Scripting engine:

-increased possible length of a macro name

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2493 4a71c877-e1ca-e34f-864e-861f7616d084
master
Roman C 2007-09-29 14:41:46 +00:00
parent 009d388338
commit e5f977e0f1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ extern SDWORD scr_include_stack_ptr;
/* Script defines */
#define MAX_SCR_MACRO_DEPTH 10
#define MAX_SCR_MACROS 150 /* Max defines in a file */
#define MAX_SCR_MACRO_LEN 30
#define MAX_SCR_MACRO_LEN 32
extern SDWORD scr_num_macros; /* Number of mactos defined so far */
extern SDWORD scr_macro_stack_ptr; /* Pointer to the current flex macro input buffer */