OSDN Git Service

* gcc.dg/bf-ms-attrib.c: Add protototype for abort.
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 2004 07:26:22 +0000 (07:26 +0000)
committerdannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 2004 07:26:22 +0000 (07:26 +0000)
Remove unnecessary inclusion of stdio.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89882 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/bf-ms-attrib.c

index eebb2e8..804e51b 100644 (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
index 7e5fd01..e3832d4 100644 (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;