- increase the string buffer of sc_man to 40960 to parse longer string elements.

This commit is contained in:
Christoph Oelckers 2017-08-12 09:32:14 +02:00
parent a5810eccfd
commit 48c046b00a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
// MACROS ------------------------------------------------------------------
#define MAX_STRING_SIZE 4096
#define MAX_STRING_SIZE 40960
#define ASCII_COMMENT (';')
#define CPP_COMMENT ('/')
#define C_COMMENT ('*')