diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2009-06-14 16:52:49 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2009-06-14 16:52:49 +0000 |
commit | fa10ccb27590ab46404d1b403217df6ea53e6ed2 (patch) | |
tree | 2be70e5cdc08149609b834dada208139b4302b3a /libgfortran/libgfortran.h | |
parent | 03bd2f1af7c1f2343940f6ca5409048ba16a2e4c (diff) | |
download | gcc-fa10ccb27590ab46404d1b403217df6ea53e6ed2.zip gcc-fa10ccb27590ab46404d1b403217df6ea53e6ed2.tar.gz gcc-fa10ccb27590ab46404d1b403217df6ea53e6ed2.tar.bz2 |
fmain.c (main): Don't PREFIX set_args.
* fmain.c (main): Don't PREFIX set_args.
* libgfortran.h (set_args): Use iexport_proto.
* runtime/main.c (set_args): Use iexport.
From-SVN: r148472
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index a2f3e06..fcf736a 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -606,7 +606,7 @@ extern void stupid_function_name_for_static_linking (void); internal_proto(stupid_function_name_for_static_linking); extern void set_args (int, char **); -export_proto(set_args); +iexport_proto(set_args); extern void get_args (int *, char ***); internal_proto(get_args); |