diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-06-02 16:31:40 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-06-02 16:31:40 -0300 |
| commit | 3b44821334a1aa387c13eaf3cd23a2344091cbc7 (patch) | |
| tree | 7070ed226b6db26ae82f99d94138465a95b0d7fc /lstate.h | |
| parent | 0214dab989396de05567f293e6aa909ee2ffbac1 (diff) | |
| download | lua-3b44821334a1aa387c13eaf3cd23a2344091cbc7.tar.gz lua-3b44821334a1aa387c13eaf3cd23a2344091cbc7.tar.bz2 lua-3b44821334a1aa387c13eaf3cd23a2344091cbc7.zip | |
stricter control (using tag variants) over closure kinds (Lua x C)
Diffstat (limited to '')
| -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.70 2010/12/20 18:17:46 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.71 2010/12/20 19:40:07 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 | */ |
| @@ -104,7 +104,6 @@ typedef struct CallInfo { | |||
| 104 | #define CIST_TAIL (1<<6) /* call was tail called */ | 104 | #define CIST_TAIL (1<<6) /* call was tail called */ |
| 105 | 105 | ||
| 106 | 106 | ||
| 107 | #define ci_func(ci) (clvalue((ci)->func)) | ||
| 108 | #define isLua(ci) ((ci)->callstatus & CIST_LUA) | 107 | #define isLua(ci) ((ci)->callstatus & CIST_LUA) |
| 109 | 108 | ||
| 110 | 109 | ||
