diff options
Diffstat (limited to 'libf2c/libF77/setarg.c')
-rw-r--r-- | libf2c/libF77/setarg.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libf2c/libF77/setarg.c b/libf2c/libF77/setarg.c index 929860a..83aedaf 100644 --- a/libf2c/libF77/setarg.c +++ b/libf2c/libF77/setarg.c @@ -1,10 +1,8 @@ /* Set up the global argc/argv info for use by getarg_, iargc_, and g77's inlined intrinsic equivalents. */ -#ifndef KR_headers #undef VOID #include <stdlib.h> -#endif #ifndef VOID #define VOID void @@ -18,11 +16,7 @@ char **f__xargv; #endif void -#ifdef KR_headers -f_setarg(argc, argv) int argc; char **argv; -#else f_setarg(int argc, char **argv) -#endif { f__xargc = argc; f__xargv = argv; |