From e4a6d942fad1c33bef6648d6ee9168609ca449fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 3 Feb 2006 17:36:52 +0000 Subject: [PATCH] - set to null by default Changed files: mawk-resolve.patch -> 1.1 --- mawk-resolve.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mawk-resolve.patch diff --git a/mawk-resolve.patch b/mawk-resolve.patch new file mode 100644 index 0000000..a87eb3f --- /dev/null +++ b/mawk-resolve.patch @@ -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 */ + -- 2.44.0