mirror of git://gcc.gnu.org/git/gcc.git
bf-ms-attrib.c: Add protototype for abort.
* gcc.dg/bf-ms-attrib.c: Add protototype for abort. Remove unnecessary inclusion of stdio.h. From-SVN: r89882
This commit is contained in:
parent
ca213f2279
commit
514a3b1100
|
@ -1,3 +1,8 @@
|
|||
2004-10-30 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* gcc.dg/bf-ms-attrib.c: Add protototype for abort.
|
||||
Remove unnecessary inclusion of stdio.h.
|
||||
|
||||
2004-10-29 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
PR rtl-optimization/17581
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
testing nonstandard stuff to begin with. */
|
||||
/* { dg-options "-ansi" } */
|
||||
|
||||
#include <stdio.h>
|
||||
extern void abort(void);
|
||||
|
||||
struct one_gcc {
|
||||
int d;
|
||||
|
|
Loading…
Reference in New Issue