diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-22 20:55:53 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-22 20:55:53 +0000 |
commit | 3a12a488645585f92c7949ff7ccd342cba613157 (patch) | |
tree | 50d3fa0e12d2aeb10443c1be8aca34b90e27f877 /libgfortran/libgfortran.h | |
parent | a2c6f0b7da35eadcfafa42e5ad04647c2696fbb4 (diff) | |
download | gcc-3a12a488645585f92c7949ff7ccd342cba613157.tar.gz |
2007-05-22 Tobias Burnus <burnus@net-b.de>
* libgfortran.h: Mark stop_numeric as noreturn.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index fd510ee5fa1..c98d01d6043 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 */ |