]> git.pld-linux.org Git - packages/flex.git/blob - flex-m4-quotes-codeblock.patch
- BR already installed flex
[packages/flex.git] / flex-m4-quotes-codeblock.patch
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.085974 seconds and 3 git commands to generate.