Alteracao do buffer de funcao de 32 para 64.
This commit is contained in:
4
inout.c
4
inout.c
@@ -4,7 +4,7 @@
|
|||||||
** facilities.
|
** 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 <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@@ -23,7 +23,7 @@ int lua_debugline;
|
|||||||
|
|
||||||
/* Internal variables */
|
/* Internal variables */
|
||||||
#ifndef MAXFUNCSTACK
|
#ifndef MAXFUNCSTACK
|
||||||
#define MAXFUNCSTACK 32
|
#define MAXFUNCSTACK 64
|
||||||
#endif
|
#endif
|
||||||
static struct { int file; int function; } funcstack[MAXFUNCSTACK];
|
static struct { int file; int function; } funcstack[MAXFUNCSTACK];
|
||||||
static int nfuncstack=0;
|
static int nfuncstack=0;
|
||||||
|
|||||||
Reference in New Issue
Block a user