From 15b823ce4fde81d20486428e52a5a608d62f2465 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 14 Dec 2009 13:27:30 -0200 Subject: cleaner way to add extra space in a lua state. --- luaconf.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index af1e11d5..0e512761 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.119 2009/11/26 17:34:49 roberto Exp roberto $ +** $Id: luaconf.h,v 1.120 2009/12/10 19:00:33 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -753,12 +753,12 @@ union luai_Cast { double l_d; long l_l; }; /* -@@ LUAI_EXTRASPACE allows you to add user-specific data in a lua_State -@* (the data goes just *before* the lua_State pointer). -** CHANGE (define) this if you really need that. This value must be -** a multiple of the maximum alignment required for your machine. +@@ LUAI_EXTRASPACE allows you to add user-specific data in a lua_State. +@* (This data goes just *before* the lua_State pointer.) +** CHANGE (define) this if you really need that. If defined, this value +** cannot be zero. */ -#define LUAI_EXTRASPACE 0 +/* #define LUAI_EXTRASPACE ?? */ /* -- cgit v1.2.3-55-g6feb