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:
Tobias Burnus 2007-05-22 22:55:53 +02:00 committed by Tobias Burnus
parent 09e18274fd
commit 6b12f000e0
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 */