aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-01-17 23:00:46 +0000
committerJeff Law <law@gcc.gnu.org>1998-01-17 16:00:46 -0700
commitaef28d1d1eb2d3af2b6015c764345724744ee5fe (patch)
treed9599474877487f2f049276c69aa32b43d95a46f /gcc/config.in
parent7bcac048fddfb4217b6457f61050f0499929a6c5 (diff)
downloadgcc-aef28d1d1eb2d3af2b6015c764345724744ee5fe.zip
gcc-aef28d1d1eb2d3af2b6015c764345724744ee5fe.tar.gz
gcc-aef28d1d1eb2d3af2b6015c764345724744ee5fe.tar.bz2
acconifg.h (NEED_DECLARATION_ATOL): New declaration to check for.
* acconifg.h (NEED_DECLARATION_ATOL): New declaration to check for. * rtl.c (atol): Only provide the declaration if NEED_DECLARATION_ATOL. From-SVN: r17404
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 92d4ca0..18a7528 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -23,6 +23,9 @@
/* Whether getenv must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_GETENV
+/* Whether atol must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_ATOL
+
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS