[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree
zrouter-src-freebsd at zrouter.org
zrouter-src-freebsd at zrouter.org
Thu Jan 5 12:04:39 UTC 2012
details: http://zrouter.org/hg/FreeBSD/head//rev/647493d45648
changeset: 263:647493d45648
user: ray at terran.dlink.ua
date: Thu Jan 05 14:05:01 2012 +0200
description:
Comment out "%option noinput" since it break build.
diffstat:
head/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l | 2 +-
head/sys/dev/aic7xxx/aicasm/aicasm_scan.l | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 77905f94b3a7 -r 647493d45648 head/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
--- a/head/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l Thu Jan 05 13:30:52 2012 +0200
+++ b/head/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l Thu Jan 05 14:05:01 2012 +0200
@@ -66,7 +66,7 @@
extern int mmlex(void);
%}
-%option noinput
+/* %option noinput */
WORD [A-Za-z_][-A-Za-z_0-9]*
SPACE [ \t]+
diff -r 77905f94b3a7 -r 647493d45648 head/sys/dev/aic7xxx/aicasm/aicasm_scan.l
--- a/head/sys/dev/aic7xxx/aicasm/aicasm_scan.l Thu Jan 05 13:30:52 2012 +0200
+++ b/head/sys/dev/aic7xxx/aicasm/aicasm_scan.l Thu Jan 05 14:05:01 2012 +0200
@@ -72,7 +72,7 @@
extern void mm_delete_buffer(YY_BUFFER_STATE);
%}
-%option noinput
+/* %option noinput */
PATH ([/]*[-A-Za-z0-9_.])+
WORD [A-Za-z_][-A-Za-z_0-9]*
More information about the Zrouter-src-freebsd
mailing list