From 1ea0d09281ccc14b9a0f59cac2bb26e4fc9d6a33 Mon Sep 17 00:00:00 2001 From: Waldemar Celes Date: Mon, 5 Sep 1994 18:22:43 -0300 Subject: [PATCH] Alteracao do buffer de funcao de 32 para 64. --- inout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inout.c b/inout.c index f27e723b..233fe88e 100644 --- a/inout.c +++ b/inout.c @@ -4,7 +4,7 @@ ** facilities. */ -char *rcs_inout="$Id: inout.c,v 2.1 1994/07/19 21:27:18 celes Exp roberto $"; +char *rcs_inout="$Id: inout.c,v 2.2 1994/08/17 22:22:44 roberto Exp celes $"; #include #include @@ -23,7 +23,7 @@ int lua_debugline; /* Internal variables */ #ifndef MAXFUNCSTACK -#define MAXFUNCSTACK 32 +#define MAXFUNCSTACK 64 #endif static struct { int file; int function; } funcstack[MAXFUNCSTACK]; static int nfuncstack=0;