]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libf2c/libF77/setarg.c
Imported gcc-4.4.3
[msp430-gcc.git] / libf2c / libF77 / setarg.c
diff --git a/libf2c/libF77/setarg.c b/libf2c/libF77/setarg.c
deleted file mode 100644 (file)
index 929860a..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/* 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
-#endif
-
-int f__xargc;
-char **f__xargv;
-
-#ifdef __cplusplus
-       }
-#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;
-}