From 57c840823749aa21f515955a80ef66d0d51bbab8 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Fri, 29 Jan 2010 00:35:24 +0100 Subject: [PATCH] add a NIL context for passing boring contexts --- src/nobug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nobug.h b/src/nobug.h index 7455a0a..24d64d0 100644 --- a/src/nobug.h +++ b/src/nobug.h @@ -640,6 +640,8 @@ #define NOBUG_CONTEXT_NOFUNC ((const struct nobug_context){__FILE__, __LINE__, "NOFUNC"}) +#define NOBUG_CONTEXT_NIL ((const struct nobug_context){"NIL", 0, "NIL"}) + /* //annotations HEAD- Source Annotations;; -- 2.11.4.GIT