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:
Danny Smith 2004-10-30 07:26:22 +00:00 committed by Danny Smith
parent ca213f2279
commit 514a3b1100
2 changed files with 6 additions and 1 deletions

View File

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

View File

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