diff options
author | Robert Lipe <robertlipe@usa.net> | 2001-12-21 20:54:21 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 2001-12-21 20:54:21 +0000 |
commit | 655781b7af994b586ae96c191d4ae2d3c2c33822 (patch) | |
tree | 155b69c54e5d6f7e4899f139fd0479f5b44361f3 /gcc/system.h | |
parent | 83d9978859a871cd0b3bd1d06ba01942afc88d5d (diff) | |
download | gcc-655781b7af994b586ae96c191d4ae2d3c2c33822.zip gcc-655781b7af994b586ae96c191d4ae2d3c2c33822.tar.gz gcc-655781b7af994b586ae96c191d4ae2d3c2c33822.tar.bz2 |
* system.h (PREFETCH): Explictly undefine.
From-SVN: r48254
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h index 03c3223..3f14dde 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 |