Commit 6d68f08e by Richard Stallman

[__sequent__]: #undef _PTRDIFF_T_ at beginning, if defined.

From-SVN: r2932
parent c047bb3f
...@@ -42,6 +42,12 @@ ...@@ -42,6 +42,12 @@
#endif #endif
#endif /* _ANSI_H_ */ #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 /* In case nobody has defined these types, but we aren't running under
GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE__TYPE__, and GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE__TYPE__, and
__WCHAR_TYPE__ have reasonable values. This can happen if the __WCHAR_TYPE__ have reasonable values. This can happen if the
......
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