920415-1.c: Add declaration for abort and exit.
* gcc.c-torture/compile/920415-1.c: Add declaration for abort and exit. From-SVN: r108680
This commit is contained in:
parent
38611275f6
commit
e387bbfa26
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-16 Mike Stump <mrs@apple.com>
|
||||
|
||||
* gcc.c-torture/compile/920415-1.c: Add declaration for abort and
|
||||
exit.
|
||||
|
||||
2005-12-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/25264
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
extern void abort (void);
|
||||
extern void exit (int);
|
||||
|
||||
#ifndef NO_LABEL_VALUES
|
||||
f ()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue