better treatment for arbitrary limits

This commit is contained in:
Roberto Ierusalimschy
1999-06-17 14:04:03 -03:00
parent d4dce57f5c
commit 36b6fe8d17
8 changed files with 56 additions and 34 deletions

4
ldo.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: ldo.c,v 1.42 1999/05/10 13:54:01 roberto Exp roberto $
** $Id: ldo.c,v 1.43 1999/05/24 17:53:03 roberto Exp roberto $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
@@ -29,7 +29,7 @@
#ifndef STACK_LIMIT
#define STACK_LIMIT 6000
#define STACK_LIMIT 6000 /* arbitrary limit */
#endif