aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-21 20:54:21 +0000
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-21 20:54:21 +0000
commit9c84a8bd72cd4e24cd20e3f4af5ae72ccaf15c7a (patch)
tree155b69c54e5d6f7e4899f139fd0479f5b44361f3 /gcc/system.h
parentf08d23fcc376588933bd9cad6c78032ff7b46233 (diff)
* system.h (PREFETCH): Explictly undefine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48254 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 03c3223b054..3f14dde5623 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -159,6 +159,8 @@ extern int errno;
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
+/* We use this identifier later and it appears in some vendor param.h's. */
+# undef PREFETCH
#endif
#if HAVE_LIMITS_H