diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-12-16 10:25:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-12-16 10:25:07 +0000 |
commit | 209956f2df87ac95adf6c8cdd29bc43e8cbeecc9 (patch) | |
tree | 933b84c44625291074ce7d24a95f66bb8eca54f0 /lang/gfortran/files/patch-fibheap.c | |
parent | Back out to original. Maho (myself) committed (diff) |
Make this port a slave port of lang/gcc40.
Diffstat (limited to 'lang/gfortran/files/patch-fibheap.c')
-rw-r--r-- | lang/gfortran/files/patch-fibheap.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/gfortran/files/patch-fibheap.c b/lang/gfortran/files/patch-fibheap.c deleted file mode 100644 index ae11205400af..000000000000 --- a/lang/gfortran/files/patch-fibheap.c +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 |