summaryrefslogtreecommitdiff
path: root/lang/gfortran/files/patch-hashtab.c
blob: eba847201672a68fcc27b7e011f59ade36cc5904 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- libiberty/hashtab.c.orig	Thu Nov 13 11:39:39 2003
+++ libiberty/hashtab.c	Thu Mar 18 19:34:34 2004
@@ -37,9 +37,9 @@
 
 #include <sys/types.h>
 
-#ifdef HAVE_STDLIB_H
+// #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
+// #endif
 
 #ifdef HAVE_STRING_H
 #include <string.h>