]> git.pld-linux.org Git - packages/mawk.git/commitdiff
- set to null by default
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Feb 2006 17:36:52 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mawk-resolve.patch -> 1.1

mawk-resolve.patch [new file with mode: 0644]

diff --git a/mawk-resolve.patch b/mawk-resolve.patch
new file mode 100644 (file)
index 0000000..a87eb3f
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN mawk-1.3.3.org/fcall.c mawk-1.3.3/fcall.c
+--- mawk-1.3.3.org/fcall.c     1995-08-27 17:46:47.000000000 +0200
++++ mawk-1.3.3/fcall.c 2006-02-03 18:36:17.000000000 +0100
+@@ -203,7 +203,7 @@
+ }
+-FCALL_REC *resolve_list ;
++FCALL_REC *resolve_list = NULL;
+  /* function calls whose arg types need checking
+          are stored on this list */
This page took 0.051271 seconds and 4 git commands to generate.