diff options
Diffstat (limited to 'lang/g95/files/patch-fibheap.c')
-rw-r--r-- | lang/g95/files/patch-fibheap.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/g95/files/patch-fibheap.c b/lang/g95/files/patch-fibheap.c new file mode 100644 index 000000000000..ae11205400af --- /dev/null +++ b/lang/g95/files/patch-fibheap.c @@ -0,0 +1,14 @@ +--- libiberty/fibheap.c.org Sat Jan 31 14:51:11 2004 ++++ libiberty/fibheap.c Sat Jan 31 14:51:28 2004 +@@ -22,9 +22,9 @@ + #ifdef HAVE_CONFIG_H + #include "config.h" + #endif +-#ifdef HAVE_LIMITS_H ++//#ifdef HAVE_LIMITS_H + #include <limits.h> +-#endif ++//#endif + #ifdef HAVE_STDLIB_H + #include <stdlib.h> + #endif |