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
This commit is contained in:
parent
09e18274fd
commit
6b12f000e0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-05-22 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* libgfortran.h: Mark stop_numeric as noreturn.
|
||||
|
||||
2007-05-22 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
PR libgfortran/31295
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue