diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-10-22 14:18:28 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-10-22 14:18:28 -0300 |
commit | 84e0b1bc9789148092797fecf303547fef35a875 (patch) | |
tree | 68f96f805a188fc2cbde2bac7b10da33c8c4c77f /ltests.c | |
parent | 6823a2f57f5dfb4365e7cb0c9281fe0d00b0a1e4 (diff) | |
download | lua-84e0b1bc9789148092797fecf303547fef35a875.tar.gz lua-84e0b1bc9789148092797fecf303547fef35a875.tar.bz2 lua-84e0b1bc9789148092797fecf303547fef35a875.zip |
small changes in type configuration facilities
Diffstat (limited to 'ltests.c')
-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.134 2002/08/30 19:09:21 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.135 2002/09/05 19:57:08 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 | */ |
@@ -58,7 +58,7 @@ static void setnameval (lua_State *L, const char *name, int val) { | |||
58 | 58 | ||
59 | 59 | ||
60 | /* ensures maximum alignment for HEADER */ | 60 | /* ensures maximum alignment for HEADER */ |
61 | #define HEADER (sizeof(union L_Umaxalign)) | 61 | #define HEADER (sizeof(L_Umaxalign)) |
62 | 62 | ||
63 | #define MARKSIZE 32 | 63 | #define MARKSIZE 32 |
64 | #define MARK 0x55 /* 01010101 (a nice pattern) */ | 64 | #define MARK 0x55 /* 01010101 (a nice pattern) */ |