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-861f7616d084
master
Giel van Schijndel 2008-05-12 19:55:55 +00:00
parent 72075d2621
commit 7be6f76ba3
1 changed files with 0 additions and 3 deletions

View File

@ -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