diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lobject.h,v 2.23 2008/01/30 18:05:23 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 2.24 2008/08/05 19:26:23 roberto Exp roberto $ |
3 | ** Type definitions for Lua objects | 3 | ** Type definitions for Lua objects |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -253,12 +253,6 @@ typedef struct Proto { | |||
253 | } Proto; | 253 | } Proto; |
254 | 254 | ||
255 | 255 | ||
256 | /* masks for new-style vararg */ | ||
257 | #define VARARG_HASARG 1 | ||
258 | #define VARARG_ISVARARG 2 | ||
259 | #define VARARG_NEEDSARG 4 | ||
260 | |||
261 | |||
262 | typedef struct LocVar { | 256 | typedef struct LocVar { |
263 | TString *varname; | 257 | TString *varname; |
264 | int startpc; /* first point where variable is active */ | 258 | int startpc; /* first point where variable is active */ |