diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua51/lobject.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua51/lobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua51/lobject.h b/Build/source/texk/web2c/luatexdir/lua51/lobject.h index 8ce4405b6ae..f1e447ef3ba 100644 --- a/Build/source/texk/web2c/luatexdir/lua51/lobject.h +++ b/Build/source/texk/web2c/luatexdir/lua51/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 2.20 2006/01/18 11:37:34 roberto Exp $ +** $Id: lobject.h,v 2.20.1.2 2008/08/06 13:29:48 roberto Exp $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -208,7 +208,7 @@ typedef union TString { #define getstr(ts) cast(const char *, (ts) + 1) -#define svalue(o) getstr(tsvalue(o)) +#define svalue(o) getstr(rawtsvalue(o)) |