Roberto Ierusalimschy 23 years ago
parent
commit
43d1a6af12
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ltests.c

+ 2 - 2
ltests.c

@@ -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) */