aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2010-10-14 19:19:19 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2010-10-14 19:19:19 +0000
commitea7303d127db1db082de2f34a24e5fc6bb468646 (patch)
treecd47f04804ad12f04cc919b1fc5628778f2c394a /sys/dev/aic7xxx
parent96486faa6e3d108519f23f602111c6422c3dd679 (diff)
downloadsrc-ea7303d127db1db082de2f34a24e5fc6bb468646.tar.gz
src-ea7303d127db1db082de2f34a24e5fc6bb468646.zip
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.
Notes
Notes: svn path=/head/; revision=213845
Diffstat (limited to 'sys/dev/aic7xxx')
-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 a4bd95e499d2..ad06507486f9 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 d7b28981ebf2..28218621aea0 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];