diff options
-rw-r--r-- | llex.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.h,v 1.76 2013/12/30 20:47:58 roberto Exp roberto $ | 2 | ** $Id: llex.h,v 1.77 2014/10/25 11:50:46 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 | */ |
@@ -14,6 +14,10 @@ | |||
14 | #define FIRST_RESERVED 257 | 14 | #define FIRST_RESERVED 257 |
15 | 15 | ||
16 | 16 | ||
17 | #if !defined(LUA_ENV) | ||
18 | #define LUA_ENV "_ENV" | ||
19 | #endif | ||
20 | |||
17 | 21 | ||
18 | /* | 22 | /* |
19 | * WARNING: if you change the order of this enumeration, | 23 | * WARNING: if you change the order of this enumeration, |