This commit is contained in:
Roberto Ierusalimschy 2002-11-14 09:51:23 -02:00
parent 3010eb0536
commit 43d1a6af12
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
** $Id: ltests.c,v 1.140 2002/11/07 15:37:10 roberto Exp roberto $
** $Id: ltests.c,v 1.141 2002/11/13 11:31:39 roberto Exp roberto $
** Internal Module for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
@ -60,7 +60,7 @@ static void setnameval (lua_State *L, const char *name, int val) {
/* ensures maximum alignment for HEADER */
#define HEADER (sizeof(L_Umaxalign))
#define MARKSIZE 32
#define MARKSIZE 8
#define MARK 0x55 /* 01010101 (a nice pattern) */