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)
Notes
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 a4bd95e499d24..ad06507486f91 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 d7b28981ebf25..28218621aea0f 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];