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:
Mike Stump 2005-12-16 21:13:33 +00:00 committed by Mike Stump
parent 38611275f6
commit e387bbfa26
2 changed files with 8 additions and 0 deletions

View file

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

View file

@ -1,3 +1,6 @@
extern void abort (void);
extern void exit (int);
#ifndef NO_LABEL_VALUES
f ()
{