mirror of
https://review.haiku-os.org/buildtools
synced 2026-02-04 07:53:14 +01:00
Define __STDC_ISO_10646__ in our gccs.
* define __STDC_ISO_10646__ to '201103' in order to indicate that
Haiku's wchar_t supports the Universal Character Set (UCS) defined
by the ISO 10646 standard published in March 2011.
(cherry picked from commit 073cb9127c)
This commit is contained in:
@@ -159,6 +159,7 @@ Boston, MA 02111-1307, USA. */
|
||||
-D__stdcall=__attribute__((__stdcall__)) \
|
||||
-D__cdecl=__attribute__((__cdecl__)) \
|
||||
-D__declspec(x)=__attribute__((x)) \
|
||||
-D__STDC_ISO_10646__=201103L \
|
||||
-Asystem(haiku)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
|
||||
Reference in New Issue
Block a user