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:
parent
47138ac8fa
commit
64e97a39ac
1 changed files with 0 additions and 2 deletions
|
|
@ -321,10 +321,8 @@
|
|||
|
||||
# define __UNIX_LIKE__
|
||||
|
||||
/* Helps SGI compilation, apparently */
|
||||
# ifdef __SGI__
|
||||
# ifdef __GNUG__
|
||||
# define __need_wchar_t
|
||||
# else /* !gcc */
|
||||
/*
|
||||
Note I use the term __SGI_CC__ for both cc and CC, its not a good
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue