diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2009-05-27 18:22:34 +0300 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2009-05-27 18:22:34 +0300 |
commit | c1df0e1ac5fa4fae5dabbace846c1aefeca3e4a9 (patch) | |
tree | 3331211769c9579c1bb7a4a0eac15bcf7358bc54 /libgfortran/runtime/main.c | |
parent | 634fa334d3a8cac5124fc120ac95a51e36b6a968 (diff) | |
download | gcc-c1df0e1ac5fa4fae5dabbace846c1aefeca3e4a9.zip gcc-c1df0e1ac5fa4fae5dabbace846c1aefeca3e4a9.tar.gz gcc-c1df0e1ac5fa4fae5dabbace846c1aefeca3e4a9.tar.bz2 |
Revert part of r147883 that breaks ABI
From-SVN: r147915
Diffstat (limited to 'libgfortran/runtime/main.c')
-rw-r--r-- | libgfortran/runtime/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/main.c b/libgfortran/runtime/main.c index 6df2775..3f3d494 100644 --- a/libgfortran/runtime/main.c +++ b/libgfortran/runtime/main.c @@ -74,7 +74,7 @@ static int please_free_exe_path_when_done; /* Save the path under which the program was called, for use in the backtrace routines. */ -static void +void store_exe_path (const char * argv0) { #ifndef PATH_MAX |