diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.61 2010/04/08 17:16:46 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.62 2010/04/12 16:07:06 roberto Exp roberto $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -105,7 +105,6 @@ typedef struct CallInfo { | |||
105 | #define CIST_TAIL (1<<6) /* call was tail called */ | 105 | #define CIST_TAIL (1<<6) /* call was tail called */ |
106 | 106 | ||
107 | 107 | ||
108 | #define curr_func(L) (clvalue(L->ci->func)) | ||
109 | #define ci_func(ci) (clvalue((ci)->func)) | 108 | #define ci_func(ci) (clvalue((ci)->func)) |
110 | #define isLua(ci) ((ci)->callstatus & CIST_LUA) | 109 | #define isLua(ci) ((ci)->callstatus & CIST_LUA) |
111 | 110 | ||