aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lobject.h b/lobject.h
index 4d28438f..8ea1c830 100644
--- a/lobject.h
+++ b/lobject.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.h,v 2.34 2010/01/08 20:00:20 roberto Exp roberto $ 2** $Id: lobject.h,v 2.35 2010/03/12 19:14:06 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*/
@@ -297,8 +297,7 @@ typedef struct UpVal {
297*/ 297*/
298 298
299#define ClosureHeader \ 299#define ClosureHeader \
300 CommonHeader; lu_byte isC; lu_byte nupvalues; GCObject *gclist; \ 300 CommonHeader; lu_byte isC; lu_byte nupvalues; GCObject *gclist
301 struct Table *env
302 301
303typedef struct CClosure { 302typedef struct CClosure {
304 ClosureHeader; 303 ClosureHeader;