Commit 655781b7 by Robert Lipe Committed by Robert Lipe

* system.h (PREFETCH): Explictly undefine.

From-SVN: r48254
parent 83d99788
2001-12-21 Robert Lipe <robertlipe@usa.net>
* system.h (PREFETCH): Explictly undefine.
2001-12-21 Richard Henderson <rth@redhat.com> 2001-12-21 Richard Henderson <rth@redhat.com>
* c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional. * c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional.
......
...@@ -159,6 +159,8 @@ extern int errno; ...@@ -159,6 +159,8 @@ extern int errno;
#ifdef HAVE_SYS_PARAM_H #ifdef HAVE_SYS_PARAM_H
# include <sys/param.h> # include <sys/param.h>
/* We use this identifier later and it appears in some vendor param.h's. */
# undef PREFETCH
#endif #endif
#if HAVE_LIMITS_H #if HAVE_LIMITS_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment