diff options
Diffstat (limited to 'astro/ephem/files/patch-formats.c')
-rw-r--r-- | astro/ephem/files/patch-formats.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/astro/ephem/files/patch-formats.c b/astro/ephem/files/patch-formats.c deleted file mode 100644 index da8e096589ce..000000000000 --- a/astro/ephem/files/patch-formats.c +++ /dev/null @@ -1,19 +0,0 @@ -*** formats.c.orig Tue Apr 15 01:07:37 1997 ---- formats.c Tue Apr 15 01:33:15 1997 -*************** -*** 5,11 **** - #include <stdio.h> - #include <math.h> - #include <ctype.h> -! #ifdef VMS - #include <stdlib.h> - #endif - #include "astro.h" ---- 5,11 ---- - #include <stdio.h> - #include <math.h> - #include <ctype.h> -! #if defined(VMS) || defined(unix) - #include <stdlib.h> - #endif - #include "astro.h" |