From 514a3b1100835a73bc91d2bfcc897929a792e85b Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sat, 30 Oct 2004 07:26:22 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/bf-ms-attrib.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eebb2e8a6fb..804e51b56dd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-10-30 Danny Smith + + * gcc.dg/bf-ms-attrib.c: Add protototype for abort. + Remove unnecessary inclusion of stdio.h. + 2004-10-29 Roger Sayle PR rtl-optimization/17581 diff --git a/gcc/testsuite/gcc.dg/bf-ms-attrib.c b/gcc/testsuite/gcc.dg/bf-ms-attrib.c index 7e5fd015665..e3832d4b404 100644 --- a/gcc/testsuite/gcc.dg/bf-ms-attrib.c +++ b/gcc/testsuite/gcc.dg/bf-ms-attrib.c @@ -9,7 +9,7 @@ testing nonstandard stuff to begin with. */ /* { dg-options "-ansi" } */ -#include +extern void abort(void); struct one_gcc { int d; -- 2.30.2