Skip to content

Commit

Permalink
change NL_MAX_NAME_LEN to 1000 (see github #30)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromus committed Apr 23, 2019
1 parent 247a6f4 commit 0d26e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/win/debuggersp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit 0d26e6f

Please sign in to comment.