summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-10-14 19:19:19 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-10-14 19:19:19 +0000
commit8cb5427f20e055149c62cab3260ed99ca9fc6892 (patch)
treecd47f04804ad12f04cc919b1fc5628778f2c394a
parent92023f4cc9e471aa4ad6bf4362c248d8f173e46a (diff)
downloadFreeBSD-src-8cb5427f20e055149c62cab3260ed99ca9fc6892.zip
FreeBSD-src-8cb5427f20e055149c62cab3260ed99ca9fc6892.tar.gz
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.
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l1
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_scan.l1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
index a4bd95e..ad06507 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
+++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
@@ -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;
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l
index d7b2898..2821862 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l
+++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l
@@ -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];
OpenPOWER on IntegriCloud