aboutsummaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-12-15 00:05:04 -0700
committerJeff Law <law@gcc.gnu.org>1997-12-15 00:05:04 -0700
commit6d8ccdbbb20cdff710cd6977165bde1d763f6a40 (patch)
treefff0335d1435c9b6e70f06bebdd1a98b6cfd22bc /gcc/acconfig.h
parent7b8dd497414f0e8299a07ec4c2e81a78980b0bba (diff)
downloadgcc-6d8ccdbbb20cdff710cd6977165bde1d763f6a40.zip
gcc-6d8ccdbbb20cdff710cd6977165bde1d763f6a40.tar.gz
gcc-6d8ccdbbb20cdff710cd6977165bde1d763f6a40.tar.bz2
Bring over changes from latest gcc-2.8 pre-release.
Mirror sched.c change into haifa-sched.c From-SVN: r17097
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 2b6c144..41c0cf8 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@