diff options
author | Pixel <> | 2001-04-01 12:36:50 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-01 12:36:50 +0000 |
commit | 8212d25ba09a7fdf1938a1992022a0143d29e05b (patch) | |
tree | bedd5f49afe9d2a74cdb7436ac1bce1151fe6d0e /lib/parser.c | |
parent | 4837528241a8f05ce2ca1fcdf35ea60b27728fb3 (diff) |
Exceptions
Diffstat (limited to 'lib/parser.c')
-rw-r--r-- | lib/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser.c b/lib/parser.c index a2947e6..ee3e64c 100644 --- a/lib/parser.c +++ b/lib/parser.c @@ -6,7 +6,7 @@ #define _(x) x void exception(int, char *); #endif -#include "global.h" +#include "exceptions.h" #include "parser.h" |