summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-30 08:08:31 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-30 08:08:31 +0000
commit372657a6216fe3e660b49bc624830cda57a1c84b (patch)
tree498aefa7f0cda7c48f4d15716616ac18014c9e6b /gcc/acconfig.h
parentbab0172eaa242ce3b23939acd7017b8ab1194b42 (diff)
downloadgcc-372657a6216fe3e660b49bc624830cda57a1c84b.tar.gz
* configure.in: Check for declaration of abort.
* acconfig.h: Corresponding changes. * toplev.c: Use NEED_DECLARATION_ABORT to determine if abort should be declared. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17556 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index 1a3c0d4d3d7..b1640d85473 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -30,4 +30,7 @@
/* Whether sbrk must be declared even if <unistd.h> is included. */
#undef NEED_DECLARATION_SBRK
+
+/* Whether abort must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_ABORT
@TOP@