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.30 2000/06/21 18:13:56 roberto Exp roberto $ | 2 | ** $Id: llex.h,v 1.31 2000/09/27 17:41:58 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 | */ |
@@ -36,7 +36,7 @@ enum RESERVED { | |||
36 | 36 | ||
37 | 37 | ||
38 | typedef union { | 38 | typedef union { |
39 | Number r; | 39 | lua_Number r; |
40 | TString *ts; | 40 | TString *ts; |
41 | } SemInfo; /* semantics information */ | 41 | } SemInfo; /* semantics information */ |
42 | 42 | ||