diff options
Diffstat (limited to 'llex.h')
-rw-r--r-- | llex.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.h,v 1.53 2005/04/07 13:09:07 roberto Exp roberto $ | 2 | ** $Id: llex.h,v 1.54 2005/04/25 19:24:10 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 | */ |
@@ -37,7 +37,7 @@ enum RESERVED { | |||
37 | 37 | ||
38 | 38 | ||
39 | /* array with token `names' */ | 39 | /* array with token `names' */ |
40 | extern const char *const luaX_tokens []; | 40 | LUAI_DATA const char *const luaX_tokens []; |
41 | 41 | ||
42 | 42 | ||
43 | typedef union { | 43 | typedef union { |