From 23bfd2d061c11a136aee6c639dec88077fcf7864 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 23 Sep 2008 16:28:53 +0000 Subject: Upgrading to lua 5.1.4 --- lib/lua/includes/lobject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/lua/includes') diff --git a/lib/lua/includes/lobject.h b/lib/lua/includes/lobject.h index 01c0db8..11e1574 100644 --- a/lib/lua/includes/lobject.h +++ b/lib/lua/includes/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.5 2007-07-27 10:05:53 pixel Exp $ +** $Id: lobject.h,v 1.6 2008-09-23 16:28:53 pixel 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)) -- cgit v1.2.3