Remove our own custom definition of YYLMAX (give Flex the liberty of determining this itself)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5091 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
72075d2621
commit
7be6f76ba3
|
@ -36,9 +36,6 @@
|
|||
/* Get the Yacc definitions */
|
||||
#include "strres_parser.tab.h"
|
||||
|
||||
/* Maximum length for any TEXT_T value */
|
||||
#define YYLMAX 8192
|
||||
|
||||
#include "lib/framework/lexer_input.h"
|
||||
|
||||
#ifndef yyextra
|
||||
|
|
Loading…
Reference in New Issue