diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-27 15:22:34 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-27 15:22:34 +0000 |
commit | 82a6565ed268782f3a8b623882406ddf43721110 (patch) | |
tree | 3331211769c9579c1bb7a4a0eac15bcf7358bc54 /libgfortran/libgfortran.h | |
parent | c2d2fbe76d627f6b6438d9491fe8cd79d3a2b3dc (diff) | |
download | gcc-82a6565ed268782f3a8b623882406ddf43721110.tar.gz |
Revert part of r147883 that breaks ABI
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147915 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 85b454d1c32..3591fa9c279 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -610,6 +610,9 @@ export_proto(set_args); extern void get_args (int *, char ***); internal_proto(get_args); +extern void store_exe_path (const char *); +export_proto(store_exe_path); + extern char * full_exe_path (void); internal_proto(full_exe_path); |