Searched defs:CPP_XPG5MODE (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/make-rules/
H A Dshared-macros.mk759 CPP_XPG5MODE= -D_XOPEN_SOURCE=500 -D__EXTENSIONS__=1 -D_XPG5 macro
861 # See CPP_XPG5MODE comment above. You can only use this in C++, not in C99.
862 studio_XPG5MODE = $(studio_cplusplus_C99MODE) $(CPP_XPG5MODE)

Completed in 221 milliseconds