summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2012-01-11 01:42:16 +0000
committergrehan <grehan@FreeBSD.org>2012-01-11 01:42:16 +0000
commitbfd8ad99ef57bf762f4178361719ce4466372140 (patch)
treebb8c7522afe40ad10f648ced25f80b7eb20ba42e
parentfb34f527b180d61029cbbe0f4a19be0973f00de4 (diff)
downloadFreeBSD-src-bfd8ad99ef57bf762f4178361719ce4466372140.zip
FreeBSD-src-bfd8ad99ef57bf762f4178361719ce4466372140.tar.gz
Revert r228556 - this breaks building on 8.*, and I still use these
systems daily to do CURRENT development.
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l2
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_scan.l2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
index 03fb6b4..ac14c12 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
+++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
@@ -66,8 +66,6 @@ static char msgbuf[255];
extern int mmlex(void);
%}
-%option noinput
-
WORD [A-Za-z_][-A-Za-z_0-9]*
SPACE [ \t]+
MCARG [^(), \t]+
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l
index 45da98f..acc74a4 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l
+++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l
@@ -72,8 +72,6 @@ extern void mm_switch_to_buffer(YY_BUFFER_STATE);
extern void mm_delete_buffer(YY_BUFFER_STATE);
%}
-%option noinput
-
PATH ([/]*[-A-Za-z0-9_.])+
WORD [A-Za-z_][-A-Za-z_0-9]*
SPACE [ \t]+
OpenPOWER on IntegriCloud