diff options
Diffstat (limited to 'llex.h')
-rw-r--r-- | llex.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.h,v 1.19 2000/03/03 14:58:26 roberto Exp roberto $ | 2 | ** $Id: llex.h,v 1.20 2000/03/10 18:37:44 roberto Exp roberto $ |
3 | ** Lexical Analyzer | 3 | ** Lexical Analyzer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -35,10 +35,6 @@ enum RESERVED { | |||
35 | #define NUM_RESERVED ((int)(TK_WHILE-FIRST_RESERVED+1)) | 35 | #define NUM_RESERVED ((int)(TK_WHILE-FIRST_RESERVED+1)) |
36 | 36 | ||
37 | 37 | ||
38 | #ifndef MAX_IFS | ||
39 | #define MAX_IFS 5 /* arbitrary limit */ | ||
40 | #endif | ||
41 | |||
42 | /* `ifState' keeps the state of each nested $if the lexical is dealing with. */ | 38 | /* `ifState' keeps the state of each nested $if the lexical is dealing with. */ |
43 | 39 | ||
44 | struct ifState { | 40 | struct ifState { |