diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ */ #include <stdio.h> -long lineno; +extern long lineno; extern int errors; extern obj_t *yyin_stream; extern const wchar_t *spec_file; |