Increase symbol name limit to 63 characters (bug 4564, r=dvander).
This commit is contained in:
parent
6c68082359
commit
1ff0f478d4
@ -228,7 +228,7 @@ typedef struct tagAMX_NATIVE_INFO {
|
|||||||
|
|
||||||
#define AMX_USERNUM 4
|
#define AMX_USERNUM 4
|
||||||
#define sEXPMAX 19 /* maximum name length for file version <= 6 */
|
#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 {
|
typedef struct tagAMX_FUNCSTUB {
|
||||||
ucell address;
|
ucell address;
|
||||||
|
Loading…
Reference in New Issue
Block a user