Increase symbol name limit to 63 characters (bug 4564, r=dvander).

This commit is contained in:
javalia 2011-07-04 15:26:08 -07:00
parent 6c68082359
commit 1ff0f478d4

View File

@ -228,7 +228,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;