* system.h (PREFETCH): Explictly undefine.
From-SVN: r48254
This commit is contained in:
parent
83d9978859
commit
655781b7af
@ -1,3 +1,7 @@
|
||||
2001-12-21 Robert Lipe <robertlipe@usa.net>
|
||||
|
||||
* system.h (PREFETCH): Explictly undefine.
|
||||
|
||||
2001-12-21 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user