aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2007-05-22 22:55:53 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2007-05-22 22:55:53 +0200
commit6b12f000e0879e171ce0a7677291a9417d014221 (patch)
tree50d3fa0e12d2aeb10443c1be8aca34b90e27f877 /libgfortran/libgfortran.h
parent09e18274fda8ab58c3417e148e37d0264df1f6bb (diff)
downloadgcc-6b12f000e0879e171ce0a7677291a9417d014221.zip
gcc-6b12f000e0879e171ce0a7677291a9417d014221.tar.gz
gcc-6b12f000e0879e171ce0a7677291a9417d014221.tar.bz2
libgfortran.h: Mark stop_numeric as noreturn.
2007-05-22 Tobias Burnus <burnus@net-b.de> * libgfortran.h: Mark stop_numeric as noreturn. From-SVN: r124962
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r--libgfortran/libgfortran.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h
index fd510ee..c98d01d 100644
--- a/libgfortran/libgfortran.h
+++ b/libgfortran/libgfortran.h
@@ -685,7 +685,7 @@ internal_proto(st_printf);
/* stop.c */
-extern void stop_numeric (GFC_INTEGER_4);
+extern void stop_numeric (GFC_INTEGER_4) __attribute__ ((noreturn));
iexport_proto(stop_numeric);
/* reshape_packed.c */