Increase var/func and input line maximum length (bug 5924, r=dvander)

This commit is contained in:
Arkshine
2014-03-24 01:04:17 +01:00
parent 1503a6571f
commit 9815050287
4 changed files with 4 additions and 4 deletions

View File

@ -208,7 +208,7 @@ typedef struct tagAMX_NATIVE_INFO {
#define AMX_USERNUM 4
#define sEXPMAX 19 /* maximum name length for file version <= 6 */
#define sNAMEMAX 31 /* maximum name length of symbol name */
#define sNAMEMAX 63 /* maximum name length of symbol name */
typedef struct tagAMX_FUNCSTUB {
ucell address PACKED;