From 84e0b1bc9789148092797fecf303547fef35a875 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 22 Oct 2002 14:18:28 -0300 Subject: small changes in type configuration facilities --- ltests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index d6f8adc4..86586d6a 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.134 2002/08/30 19:09:21 roberto Exp roberto $ +** $Id: ltests.c,v 1.135 2002/09/05 19:57:08 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -58,7 +58,7 @@ static void setnameval (lua_State *L, const char *name, int val) { /* ensures maximum alignment for HEADER */ -#define HEADER (sizeof(union L_Umaxalign)) +#define HEADER (sizeof(L_Umaxalign)) #define MARKSIZE 32 #define MARK 0x55 /* 01010101 (a nice pattern) */ -- cgit v1.2.3-55-g6feb