diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-14 16:52:49 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-14 16:52:49 +0000 |
commit | 986d86374359a743992b8c30f9660be2bcd270fd (patch) | |
tree | 2be70e5cdc08149609b834dada208139b4302b3a /libgfortran/libgfortran.h | |
parent | 84cc784cb52c859db96b2bc2a1c183d840d10b49 (diff) | |
download | ppe42-gcc-986d86374359a743992b8c30f9660be2bcd270fd.tar.gz ppe42-gcc-986d86374359a743992b8c30f9660be2bcd270fd.zip |
* fmain.c (main): Don't PREFIX set_args.
* libgfortran.h (set_args): Use iexport_proto.
* runtime/main.c (set_args): Use iexport.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148472 138bc75d-0d04-0410-961f-82ee72b054a4
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 a2f3e0623d2..fcf736a3f1d 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); |