diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.3 2004/03/15 21:04:54 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.4 2004/04/30 20:13:38 roberto Exp roberto $ |
3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -78,6 +78,7 @@ int l_main (int argc, char *argv[]); | |||
78 | 78 | ||
79 | /* change some sizes to give some bugs a chance */ | 79 | /* change some sizes to give some bugs a chance */ |
80 | 80 | ||
81 | #undef LUAL_BUFFERSIZE | ||
81 | #define LUAL_BUFFERSIZE 27 | 82 | #define LUAL_BUFFERSIZE 27 |
82 | #define MINSTRTABSIZE 2 | 83 | #define MINSTRTABSIZE 2 |
83 | 84 | ||