define _LANGUAGE_C_PLUS_PLUS for IRIX (closes bug 1105676)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -329,6 +329,11 @@
|
|||||||
*/
|
*/
|
||||||
# define __SGI_CC__
|
# define __SGI_CC__
|
||||||
# endif /* gcc/!gcc */
|
# endif /* gcc/!gcc */
|
||||||
|
|
||||||
|
/* system headers use this symbol and not __cplusplus in some places */
|
||||||
|
# ifndef _LANGUAGE_C_PLUS_PLUS
|
||||||
|
# define _LANGUAGE_C_PLUS_PLUS
|
||||||
|
# endif
|
||||||
# endif /* SGI */
|
# endif /* SGI */
|
||||||
|
|
||||||
# if defined(sun) || defined(__SUN__)
|
# if defined(sun) || defined(__SUN__)
|
||||||
|
Reference in New Issue
Block a user