]> git.pld-linux.org Git - packages/mawk.git/blob - mawk-resolve.patch
- tabs in preamble
[packages/mawk.git] / mawk-resolve.patch
1 diff -urN mawk-1.3.3.org/fcall.c mawk-1.3.3/fcall.c
2 --- mawk-1.3.3.org/fcall.c      1995-08-27 17:46:47.000000000 +0200
3 +++ mawk-1.3.3/fcall.c  2006-02-03 18:36:17.000000000 +0100
4 @@ -203,7 +203,7 @@
5  }
6  
7  
8 -FCALL_REC *resolve_list ;
9 +FCALL_REC *resolve_list = NULL;
10   /* function calls whose arg types need checking
11            are stored on this list */
12  
This page took 0.042474 seconds and 3 git commands to generate.