From aef28d1d1eb2d3af2b6015c764345724744ee5fe Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sat, 17 Jan 1998 23:00:46 +0000 Subject: 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 --- gcc/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config.in') 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 is included. */ #undef NEED_DECLARATION_GETENV +/* Whether atol must be declared even if is included. */ +#undef NEED_DECLARATION_ATOL + /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS -- cgit v1.1