svn commit: r229954 - projects/bhyve/sys/dev/aic7xxx/aicasm
Peter Grehan
grehan at FreeBSD.org
Wed Jan 11 01:42:16 UTC 2012
Author: grehan
Date: Wed Jan 11 01:42:16 2012
New Revision: 229954
URL: http://svn.freebsd.org/changeset/base/229954
Log:
Revert r228556 - this breaks building on 8.*, and I still use these
systems daily to do CURRENT development.
Modified:
projects/bhyve/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
projects/bhyve/sys/dev/aic7xxx/aicasm/aicasm_scan.l
Modified: projects/bhyve/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
==============================================================================
--- projects/bhyve/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l Wed Jan 11 01:24:35 2012 (r229953)
+++ projects/bhyve/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l Wed Jan 11 01:42:16 2012 (r229954)
@@ -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]+
Modified: projects/bhyve/sys/dev/aic7xxx/aicasm/aicasm_scan.l
==============================================================================
--- projects/bhyve/sys/dev/aic7xxx/aicasm/aicasm_scan.l Wed Jan 11 01:24:35 2012 (r229953)
+++ projects/bhyve/sys/dev/aic7xxx/aicasm/aicasm_scan.l Wed Jan 11 01:42:16 2012 (r229954)
@@ -72,8 +72,6 @@ extern void mm_switch_to_buffer(YY_BUFFE
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]+
More information about the svn-src-projects
mailing list