diff options
Diffstat (limited to 'src/sys/include/np/lex.h')
-rw-r--r-- | src/sys/include/np/lex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sys/include/np/lex.h b/src/sys/include/np/lex.h index 0edf262..ebd6f32 100644 --- a/src/sys/include/np/lex.h +++ b/src/sys/include/np/lex.h @@ -32,6 +32,9 @@ #include <sys/types.h> +/* End-of-file */ +#define LEX_EOF (-2) + struct np_work; /* Keywords */ |