This commit is contained in:
Roberto Ierusalimschy
1997-11-28 10:39:22 -02:00
parent 5482992dec
commit 39fd5bb9b0
2 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.h,v 1.8 1997/11/03 20:45:23 roberto Exp roberto $
** $Id: lobject.h,v 1.9 1997/11/19 17:29:23 roberto Exp roberto $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
@@ -131,7 +131,7 @@ typedef struct LocVar {
#define fvalue(o) ((o)->value.f)
#define tfvalue(o) ((o)->value.tf)
#define protovalue(o) (&(o)->value.cl->consts[0])
#define protovalue(o) ((o)->value.cl->consts)
/*
** Closures