aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/patches/flex-no-output.patch
blob: 2b5ee89a9b0978707fe54035aa4b6ab6581e42ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/src/scan-code.l	(index)
+++ b/src/scan-code.l	(working tree)
@@ -18,1 +18,1 @@
-%option prefix="code_" outfile="lex.yy.c"
+%option prefix="code_"
--- a/src/scan-gram.l	(index)
+++ b/src/scan-gram.l	(working tree)
@@ -18,1 +18,1 @@
-%option prefix="gram_" outfile="lex.yy.c"
+%option prefix="gram_"
--- a/src/scan-skel.l	(index)
+++ b/src/scan-skel.l	(working tree)
@@ -18,1 +18,1 @@
-%option prefix="skel_" outfile="lex.yy.c"
+%option prefix="skel_"