Increase var/func and input line maximum length (bug 5924, r=dvander)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user