aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/main.c
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2009-05-27 18:22:34 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2009-05-27 18:22:34 +0300
commitc1df0e1ac5fa4fae5dabbace846c1aefeca3e4a9 (patch)
tree3331211769c9579c1bb7a4a0eac15bcf7358bc54 /libgfortran/runtime/main.c
parent634fa334d3a8cac5124fc120ac95a51e36b6a968 (diff)
downloadgcc-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.c2
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