mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* gcc.dg/20061124-1.c: Add exit() function prototype.
From-SVN: r119290
This commit is contained in:
committed by
Jakub Jelinek
parent
f2f4ae8390
commit
bb6bb5a43d
@@ -1,3 +1,7 @@
|
||||
2006-11-28 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.dg/20061124-1.c: Add exit() function prototype.
|
||||
|
||||
2006-11-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/29735
|
||||
|
||||
@@ -8,6 +8,7 @@ unsigned short int count = 0;
|
||||
int flag = 1;
|
||||
|
||||
extern void abort (void);
|
||||
extern void exit (int);
|
||||
|
||||
int
|
||||
main ()
|
||||
|
||||
Reference in New Issue
Block a user