diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-09-30 10:09:43 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-09-30 10:09:43 -0300 |
| commit | b7fa64565af859776ca805ea5d1ee4a94a44c6b8 (patch) | |
| tree | cd8eb6f410cecd9ca9bc289b02daf2d871050c04 | |
| parent | 2622ed25282e2e75e1585b28ce9fa56fc032f7b7 (diff) | |
| download | lua-b7fa64565af859776ca805ea5d1ee4a94a44c6b8.tar.gz lua-b7fa64565af859776ca805ea5d1ee4a94a44c6b8.tar.bz2 lua-b7fa64565af859776ca805ea5d1ee4a94a44c6b8.zip | |
27 is not a prime number :(
| -rw-r--r-- | ltests.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltests.h,v 2.17 2005/12/27 17:12:00 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.18 2006/06/05 19:35:57 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 | */ |
| @@ -80,7 +80,7 @@ int luaB_opentests (lua_State *L); | |||
| 80 | /* change some sizes to give some bugs a chance */ | 80 | /* change some sizes to give some bugs a chance */ |
| 81 | 81 | ||
| 82 | #undef LUAL_BUFFERSIZE | 82 | #undef LUAL_BUFFERSIZE |
| 83 | #define LUAL_BUFFERSIZE 27 | 83 | #define LUAL_BUFFERSIZE 23 |
| 84 | #define MINSTRTABSIZE 2 | 84 | #define MINSTRTABSIZE 2 |
| 85 | 85 | ||
| 86 | #endif | 86 | #endif |
