diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-11-14 09:51:23 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-11-14 09:51:23 -0200 |
commit | 43d1a6af12fb9cf20e55cc6ba8a1b0231d6b7a3c (patch) | |
tree | e28dc5943499f407b29d9a7296547b4bd88f17ae | |
parent | 3010eb05365e77065009db39d20ef9a4110479a6 (diff) | |
download | lua-43d1a6af12fb9cf20e55cc6ba8a1b0231d6b7a3c.tar.gz lua-43d1a6af12fb9cf20e55cc6ba8a1b0231d6b7a3c.tar.bz2 lua-43d1a6af12fb9cf20e55cc6ba8a1b0231d6b7a3c.zip |
detail
-rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 1.140 2002/11/07 15:37:10 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.141 2002/11/13 11:31:39 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -60,7 +60,7 @@ static void setnameval (lua_State *L, const char *name, int val) { | |||
60 | /* ensures maximum alignment for HEADER */ | 60 | /* ensures maximum alignment for HEADER */ |
61 | #define HEADER (sizeof(L_Umaxalign)) | 61 | #define HEADER (sizeof(L_Umaxalign)) |
62 | 62 | ||
63 | #define MARKSIZE 32 | 63 | #define MARKSIZE 8 |
64 | #define MARK 0x55 /* 01010101 (a nice pattern) */ | 64 | #define MARK 0x55 /* 01010101 (a nice pattern) */ |
65 | 65 | ||
66 | 66 | ||