bf-ms-attrib.c: Add protototype for abort.
authorDanny Smith <dannysmith@users.sourceforge.net>
Sat, 30 Oct 2004 07:26:22 +0000 (07:26 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Sat, 30 Oct 2004 07:26:22 +0000 (07:26 +0000)
* gcc.dg/bf-ms-attrib.c: Add protototype for abort.
Remove unnecessary inclusion of stdio.h.

From-SVN: r89882

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

index eebb2e8a6fb16b5a9cf3cbd9453ec97e794c9724..804e51b56dd6b2213f1c32b8e1a481404c712ea2 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 7e5fd0156651e48716bd31a388b5b3664e26e75b..e3832d4b4046c968e987452985c4112cf0ff7391 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;