diff options
Diffstat (limited to 'Include/graminit.h')
-rw-r--r-- | Include/graminit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/graminit.h b/Include/graminit.h index 288e333..735838c 100644 --- a/Include/graminit.h +++ b/Include/graminit.h @@ -1,7 +1,7 @@ #define single_input 256 #define file_input 257 -#define expr_input 258 -#define eval_input 259 +#define eval_input 258 +#define lambda_input 259 #define funcdef 260 #define parameters 261 #define varargslist 262 |