aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lobject.h b/lobject.h
index 23f1f539..4d28438f 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.33 2009/11/19 19:06:52 roberto Exp roberto $ 2** $Id: lobject.h,v 2.34 2010/01/08 20:00:20 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*/
@@ -264,7 +264,6 @@ typedef struct Proto {
264 lu_byte numparams; 264 lu_byte numparams;
265 lu_byte is_vararg; 265 lu_byte is_vararg;
266 lu_byte maxstacksize; 266 lu_byte maxstacksize;
267 lu_byte envreg; /* register in outer function with initial environment */
268} Proto; 267} Proto;
269 268
270 269