aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lobject.h b/lobject.h
index 25ce9705..0d41e935 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.11 2005/02/18 12:40:02 roberto Exp roberto $ 2** $Id: lobject.h,v 2.12 2005/04/25 19:24:10 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*/
@@ -244,7 +244,8 @@ typedef struct Proto {
244 int sizelineinfo; 244 int sizelineinfo;
245 int sizep; /* size of `p' */ 245 int sizep; /* size of `p' */
246 int sizelocvars; 246 int sizelocvars;
247 int lineDefined; 247 int linedefined;
248 int lastlinedefined;
248 GCObject *gclist; 249 GCObject *gclist;
249 lu_byte nups; /* number of upvalues */ 250 lu_byte nups; /* number of upvalues */
250 lu_byte numparams; 251 lu_byte numparams;