summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2012-11-13 03:56:50 +0000
committerneel <neel@FreeBSD.org>2012-11-13 03:56:50 +0000
commitf146c1921cfde17a6716187a95a05c21f5e46b94 (patch)
treee9abea8976bf2e4223ad2a5c3f786a9d8adf8b7e
parentbc4be3dff1bc1b0cdc3ea30df0fd3e83998cf9eb (diff)
downloadFreeBSD-src-f146c1921cfde17a6716187a95a05c21f5e46b94.zip
FreeBSD-src-f146c1921cfde17a6716187a95a05c21f5e46b94.tar.gz
Revert r229954 which in turn had reverted r228556 in projects/bhyve.
This was done to work around build issues when building projects/bhyve on an 8.x system at the time. The workaround is no longer needed so re-instantiate r228556 in projects/bhyve. Discussed with: grehan@ Obtained from: NetApp
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l2
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_scan.l2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
index ac14c12..03fb6b4 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
+++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
@@ -66,6 +66,8 @@ 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 acc74a4..45da98f 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l
+++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l
@@ -72,6 +72,8 @@ 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