Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2012 01:42:16 +0000 (UTC)
From:      Peter Grehan <grehan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r229954 - projects/bhyve/sys/dev/aic7xxx/aicasm
Message-ID:  <201201110142.q0B1gGON036761@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201110142.q0B1gGON036761>