summaryrefslogtreecommitdiff
path: root/exceptions.c
diff options
context:
space:
mode:
authorbiouman <biouman>2001-04-28 18:31:04 +0000
committerbiouman <biouman>2001-04-28 18:31:04 +0000
commitab778d7f896b16f3e6f2b068c2b34d219723002b (patch)
treeb9a3c63616f25003dc7e263523fd24905813f7f5 /exceptions.c
parent892950d2c402691cc12e58b556944c19b4013601 (diff)
*** empty log message ***
Diffstat (limited to 'exceptions.c')
-rw-r--r--exceptions.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/exceptions.c b/exceptions.c
index 8333b82..cd8bf81 100644
--- a/exceptions.c
+++ b/exceptions.c
@@ -51,6 +51,9 @@ void pushcontext(char *c)
exception(1, _("Too much error contexts during pushcontext()."));
}
contexts[clevel++] = Estrdup(c);
+#ifdef DEBUG
+ fprintf(stderr,"%s\n",c);
+#endif
}
void popcontext(void)