change NL_MAX_NAME_LEN to 1000 (see github #30)
This commit is contained in:
parent
247a6f4640
commit
0d26e6fcd9
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
|
||||
#define NL_MAX_NAME_LEN 30
|
||||
#define NL_MAX_NAME_LEN 1000
|
||||
#define NL_MAX_MULTILINE_COMMENT_LEN 1000
|
||||
|
||||
//mbg merge 7/17/06 made struct sane c++
|
||||
|
|
Loading…
Reference in New Issue