]> git.pld-linux.org Git - packages/flex.git/commitdiff
- issue similar to this fixed by flex-m4-quotes.diff exists in CODEBLOCK
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Dec 2003 14:29:52 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (e.g. detex.spec)

Changed files:
    flex-m4-quotes-codeblock.patch -> 1.1

flex-m4-quotes-codeblock.patch [new file with mode: 0644]

diff --git a/flex-m4-quotes-codeblock.patch b/flex-m4-quotes-codeblock.patch
new file mode 100644 (file)
index 0000000..c4ec790
--- /dev/null
@@ -0,0 +1,12 @@
+--- flex-2.5.31/scan.l.orig    2003-12-07 15:06:41.000000000 +0100
++++ flex-2.5.31/scan.l 2003-12-07 15:20:33.410394984 +0100
+@@ -219,6 +219,9 @@
+ <CODEBLOCK>{
+       ^"%}".*{NL}     ++linenum; BEGIN(INITIAL);
++      \[\[            add_action("[" "[]" "]m4_" "userquote_start()");
++      \]\]            add_action("[" "[]" "]m4_" "userquote_end()");
++
+       {NAME}|{NOT_NAME}|.     ACTION_ECHO;
+       {NL}            {
This page took 0.080125 seconds and 4 git commands to generate.