From 64a438d6c48d51bcec23857fa65a0d4adc0cf44a Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Fri, 30 Jan 1998 08:08:31 +0000 Subject: configure.in: Check for declaration of abort. * configure.in: Check for declaration of abort. * acconfig.h: Corresponding changes. * toplev.c: Use NEED_DECLARATION_ABORT to determine if abort should be declared. From-SVN: r17556 --- gcc/acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/acconfig.h') diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 1a3c0d4..b1640d8 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -30,4 +30,7 @@ /* Whether sbrk must be declared even if is included. */ #undef NEED_DECLARATION_SBRK + +/* Whether abort must be declared even if is included. */ +#undef NEED_DECLARATION_ABORT @TOP@ -- cgit v1.1