code check for upvalues

This commit is contained in:
Roberto Ierusalimschy
2001-02-20 15:28:11 -03:00
parent c1db0b2bf1
commit 888f91fa24
6 changed files with 21 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.h,v 1.95 2001/02/09 20:22:29 roberto Exp roberto $
** $Id: lobject.h,v 1.96 2001/02/20 18:15:33 roberto Exp roberto $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
@@ -133,6 +133,7 @@ typedef struct Proto {
int sizekproto; /* size of `kproto' */
Instruction *code;
int sizecode;
short nupvalues;
short numparams;
short is_vararg;
short maxstacksize;