]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- do not warn about escape sequence treated as plain text (patch from rawhide).
authorkloczek <kloczek@pld-linux.org>
Thu, 23 Aug 2001 18:13:24 +0000 (18:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gawk-shutup.patch -> 1.1

gawk-shutup.patch [new file with mode: 0644]

diff --git a/gawk-shutup.patch b/gawk-shutup.patch
new file mode 100644 (file)
index 0000000..dd4c6c3
--- /dev/null
@@ -0,0 +1,11 @@
+--- gawk-3.1.0/node.c.shutup   Tue Jul 31 13:50:50 2001
++++ gawk-3.1.0/node.c  Tue Jul 31 13:51:46 2001
+@@ -560,8 +560,6 @@
+               if (! warned[uc]) {
+                       warned[uc] = TRUE;
+-
+-                      warning(_("escape sequence `\\%c' treated as plain `%c'"), uc, uc);
+               }
+       }
+               return c;
This page took 0.027735 seconds and 4 git commands to generate.