diff options
Diffstat (limited to 'ltests.h')
| -rw-r--r-- | ltests.h | 8 |
1 files changed, 1 insertions, 7 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltests.h,v 2.16 2005/09/14 17:48:57 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.17 2005/12/27 17:12:00 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 | */ |
| @@ -77,12 +77,6 @@ int luaB_opentests (lua_State *L); | |||
| 77 | 77 | ||
| 78 | 78 | ||
| 79 | 79 | ||
| 80 | /* real main will be defined at `ltests.c' */ | ||
| 81 | int l_main (int argc, char *argv[]); | ||
| 82 | #define main l_main | ||
| 83 | |||
| 84 | |||
| 85 | |||
| 86 | /* change some sizes to give some bugs a chance */ | 80 | /* change some sizes to give some bugs a chance */ |
| 87 | 81 | ||
| 88 | #undef LUAL_BUFFERSIZE | 82 | #undef LUAL_BUFFERSIZE |
