mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-11 18:33:17 +01:00
9 lines
284 B
C
9 lines
284 B
C
#undef TARGET_OS_CPP_BUILTINS
|
|
#define TARGET_OS_CPP_BUILTINS() \
|
|
do { \
|
|
builtin_define_std ("xomb"); \
|
|
builtin_define_std ("unix"); \
|
|
builtin_assert ("system=xomb"); \
|
|
builtin_assert ("system=unix"); \
|
|
} while(0);
|