summaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-17 23:00:46 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-17 23:00:46 +0000
commit38c99733ef64fcbdb8be8a23f49251370ab5412e (patch)
treed9599474877487f2f049276c69aa32b43d95a46f /gcc/rtl.c
parent7040045e7d3d140a69267aefd4f600234a85abd6 (diff)
downloadgcc-38c99733ef64fcbdb8be8a23f49251370ab5412e.tar.gz
* acconifg.h (NEED_DECLARATION_ATOL): New declaration to check for.
* rtl.c (atol): Only provide the declaration if NEED_DECLARATION_ATOL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17404 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index c4486773c8a..113687453ac 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */
extern struct obstack *rtl_obstack;
-#if HOST_BITS_PER_WIDE_INT != HOST_BITS_PER_INT
+#ifdef NEED_DECLARATION_ATOL
extern long atol();
#endif