Revert r213765. This is required because our build infrastructure uses

the host lex instead of the lex built during buildworld. I will MFC the
lex changes soon and in a few weeks this I'll commit again r213765.
This commit is contained in:
Rui Paulo 2010-10-14 19:19:19 +00:00
parent 96486faa6e
commit ea7303d127
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@
#include "aicasm_symbol.h"
#include "aicasm_macro_gram.h"
#define YY_NO_INPUT
#define MAX_STR_CONST 4096
static char string_buf[MAX_STR_CONST];
static char *string_buf_ptr;

View File

@ -61,7 +61,6 @@
#include "aicasm_symbol.h"
#include "aicasm_gram.h"
#define YY_NO_INPUT
/* This is used for macro body capture too, so err on the large size. */
#define MAX_STR_CONST 4096
static char string_buf[MAX_STR_CONST];