From: Richard Stallman Date: Sun, 27 Dec 1992 22:54:03 +0000 (+0000) Subject: [__sequent__]: #undef _PTRDIFF_T_ at beginning, if defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d68f08ee45f495379d18b76dc1d23290ea9c3e3;p=gcc.git [__sequent__]: #undef _PTRDIFF_T_ at beginning, if defined. From-SVN: r2932 --- diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index 4601547fcc2..65084f4764d 100644 --- a/gcc/ginclude/stddef.h +++ b/gcc/ginclude/stddef.h @@ -42,6 +42,12 @@ #endif #endif /* _ANSI_H_ */ +/* Sequent's header files use _PTRDIFF_T_ in some conflicting way. + Just ignore it. */ +#if defined (__sequent__) && defined (_PTRDIFF_T_) +#undef _PTRDIFF_T_ +#endif + /* In case nobody has defined these types, but we aren't running under GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE__TYPE__, and __WCHAR_TYPE__ have reasonable values. This can happen if the