summaryrefslogtreecommitdiff
path: root/lib/exceptions.c
diff options
context:
space:
mode:
authorPixel <>2001-04-15 01:53:16 +0000
committerPixel <>2001-04-15 01:53:16 +0000
commit0aca28afe35e25329bd8d680b532ccf78d4e4557 (patch)
tree0a4e648d3cded13fda699976cc7967d0f4060cd8 /lib/exceptions.c
parentdf05ffca736e4090a6b2acce53eafb72d85b87c9 (diff)
Qque modifs...
Diffstat (limited to 'lib/exceptions.c')
-rw-r--r--lib/exceptions.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/exceptions.c b/lib/exceptions.c
index 0bacb32..b86fb9f 100644
--- a/lib/exceptions.c
+++ b/lib/exceptions.c
@@ -1,7 +1,11 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#else
+#define _(x) x
+#endif
#include "exceptions.h"
char *contexts[128];