- 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 committed by Rachael Alexanderson
parent d297dfffab
commit e3acdeffd6

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 ('*')