]> git.pld-linux.org Git - packages/flex.git/blame - flex-m4-quotes-codeblock.patch
- BR already installed flex
[packages/flex.git] / flex-m4-quotes-codeblock.patch
CommitLineData
30f9b61f
JB
1--- flex-2.5.31/scan.l.orig 2003-12-07 15:06:41.000000000 +0100
2+++ flex-2.5.31/scan.l 2003-12-07 15:20:33.410394984 +0100
3@@ -219,6 +219,9 @@
4 <CODEBLOCK>{
5 ^"%}".*{NL} ++linenum; BEGIN(INITIAL);
6
7+ \[\[ add_action("[" "[]" "]m4_" "userquote_start()");
8+ \]\] add_action("[" "[]" "]m4_" "userquote_end()");
9+
10 {NAME}|{NOT_NAME}|. ACTION_ECHO;
11
12 {NL} {
This page took 0.066965 seconds and 4 git commands to generate.