summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-15 07:05:04 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-15 07:05:04 +0000
commitc4fa4c4d9fccf5c27b3607881dc2c8b6bd4f00e7 (patch)
treefff0335d1435c9b6e70f06bebdd1a98b6cfd22bc /gcc/acconfig.h
parent68a99e8a6d757691f24b0cc2f8dcc34d5ad3b723 (diff)
downloadgcc-c4fa4c4d9fccf5c27b3607881dc2c8b6bd4f00e7.tar.gz
Bring over changes from latest gcc-2.8 pre-release.
Mirror sched.c change into haifa-sched.c git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17097 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 2b6c1442c97..41c0cf8b1d6 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -18,4 +18,7 @@
/* Whether rindex must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_RINDEX
+
+/* Whether getenv must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_GETENV
@TOP@