diff options
Diffstat (limited to 'lapi.c')
| -rw-r--r-- | lapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lapi.c,v 1.27 1998/08/21 17:43:44 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 1.28 1998/09/07 18:59:59 roberto Exp roberto $ |
| 3 | ** Lua API | 3 | ** Lua API |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -34,7 +34,7 @@ TObject *luaA_Address (lua_Object o) { | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | 36 | ||
| 37 | static int normalized_type (TObject *o) | 37 | static lua_Type normalized_type (TObject *o) |
| 38 | { | 38 | { |
| 39 | int t = ttype(o); | 39 | int t = ttype(o); |
| 40 | switch (t) { | 40 | switch (t) { |
