Fix METHOD_NAMEMAX.
This commit is contained in:
parent
a17ad1c5a5
commit
123c7f6b06
@ -311,7 +311,7 @@ typedef struct {
|
|||||||
// The method name buffer is larger since we can include our parent class's
|
// The method name buffer is larger since we can include our parent class's
|
||||||
// name, a "." to separate it, a "~" for constructors, or a ".get/.set" for
|
// name, a "." to separate it, a "~" for constructors, or a ".get/.set" for
|
||||||
// accessors.
|
// accessors.
|
||||||
#define METHOD_NAMEMAX sNAMEMAX * 6 + 2
|
#define METHOD_NAMEMAX sNAMEMAX * 2 + 6
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
token_t tok;
|
token_t tok;
|
||||||
|
Loading…
Reference in New Issue
Block a user