OSDN Git Service

Apply fixed version of previous delta.
[pf3gnuchains/gcc-fork.git] / libgfortran / fmain.c
index ec62125..2e8ed88 100644 (file)
@@ -1,4 +1,3 @@
-#include "config.h"
 #include "libgfortran.h"
 
 /* The main Fortran program actually is a function, called MAIN__.
@@ -11,7 +10,7 @@ int
 main (int argc, char *argv[])
 {
   /* Set up the runtime environment.  */
-  set_args (argc, argv);
+  PREFIX(set_args) (argc, argv);
 
   /* Call the Fortran main program.  Internally this is a function
      called MAIN__ */