SOURCES: mawk-resolve.patch (NEW) - set to null by default
arekm
arekm at pld-linux.org
Fri Feb 3 18:36:57 CET 2006
Author: arekm Date: Fri Feb 3 17:36:57 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- set to null by default
---- Files affected:
SOURCES:
mawk-resolve.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mawk-resolve.patch
diff -u /dev/null SOURCES/mawk-resolve.patch:1.1
--- /dev/null Fri Feb 3 18:36:57 2006
+++ SOURCES/mawk-resolve.patch Fri Feb 3 18:36:52 2006
@@ -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 */
+
================================================================
More information about the pld-cvs-commit
mailing list