aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2011-07-09 23:22:44 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2011-07-09 23:22:44 +0200
commitf6da75edebdec948d0f93682237fe02cc55024fe (patch)
treee3625570ee53b323697137d4437c951a9007bef9 /libgfortran/runtime
parent948d330ea91565b5327304c63ec36e85c1355f9f (diff)
downloadgcc-f6da75edebdec948d0f93682237fe02cc55024fe.zip
gcc-f6da75edebdec948d0f93682237fe02cc55024fe.tar.gz
gcc-f6da75edebdec948d0f93682237fe02cc55024fe.tar.bz2
error.c (sys_abort): Change argument list from "()" to "(void)".
2011-07-09 Tobias Burnus <burnus@net-b.de> * runtime/error.c (sys_abort): Change argument list from "()" to "(void)". From-SVN: r176109
Diffstat (limited to 'libgfortran/runtime')
-rw-r--r--libgfortran/runtime/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/runtime/error.c b/libgfortran/runtime/error.c
index dae298d..aa44706 100644
--- a/libgfortran/runtime/error.c
+++ b/libgfortran/runtime/error.c
@@ -164,7 +164,7 @@ st_printf (const char * format, ...)
core. */
void
-sys_abort ()
+sys_abort (void)
{
/* If backtracing is enabled, print backtrace and disable signal
handler for ABRT. */