aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lobject.h b/lobject.h
index 5fb142a2..74f3c616 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 1.95 2001/02/09 20:22:29 roberto Exp roberto $ 2** $Id: lobject.h,v 1.96 2001/02/20 18:15:33 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*/
@@ -133,6 +133,7 @@ typedef struct Proto {
133 int sizekproto; /* size of `kproto' */ 133 int sizekproto; /* size of `kproto' */
134 Instruction *code; 134 Instruction *code;
135 int sizecode; 135 int sizecode;
136 short nupvalues;
136 short numparams; 137 short numparams;
137 short is_vararg; 138 short is_vararg;
138 short maxstacksize; 139 short maxstacksize;