aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/fmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/fmain.c')
-rw-r--r--libgfortran/fmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/fmain.c b/libgfortran/fmain.c
index 2e8ed88..c59f319 100644
--- a/libgfortran/fmain.c
+++ b/libgfortran/fmain.c
@@ -10,7 +10,7 @@ int
main (int argc, char *argv[])
{
/* Set up the runtime environment. */
- PREFIX(set_args) (argc, argv);
+ set_args (argc, argv);
/* Call the Fortran main program. Internally this is a function
called MAIN__ */