fix building on IRIX with GCC

It's impossible to know what problem this was supposed to fix (it's been there
since the Dawn of Time: r2), but it prevents stddef.h from defining ptrdiff_t,
among others. We need ptrdiff_t.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-05-08 17:05:16 +00:00
parent 47138ac8fa
commit 64e97a39ac

View File

@@ -321,10 +321,8 @@
# define __UNIX_LIKE__ # define __UNIX_LIKE__
/* Helps SGI compilation, apparently */
# ifdef __SGI__ # ifdef __SGI__
# ifdef __GNUG__ # ifdef __GNUG__
# define __need_wchar_t
# else /* !gcc */ # else /* !gcc */
/* /*
Note I use the term __SGI_CC__ for both cc and CC, its not a good Note I use the term __SGI_CC__ for both cc and CC, its not a good