diff options
Diffstat (limited to 'lapi.h')
-rw-r--r-- | lapi.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lapi.h,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ | 2 | ** $Id: lapi.h,v 2.2 2005/04/25 19:24:10 roberto Exp roberto $ |
3 | ** Auxiliary functions from Lua API | 3 | ** Auxiliary functions from Lua API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -8,9 +8,9 @@ | |||
8 | #define lapi_h | 8 | #define lapi_h |
9 | 9 | ||
10 | 10 | ||
11 | #include "lobject.h" | 11 | #include "llimits.h" |
12 | #include "lstate.h" | ||
12 | 13 | ||
13 | 14 | #define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top);} | |
14 | LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o); | ||
15 | 15 | ||
16 | #endif | 16 | #endif |