X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=lang_features.h;h=95e8a3f07c27bff9148dca4cab27c323dfe6ccb9;hb=ebb77232f9baed801f3a073741ff7a023acea485;hp=2d967f8230dbd39a7c60aa3a04b1cbc072dd62c3;hpb=ef3740001f65c743033201e8be5d6dc711375067;p=cparser diff --git a/lang_features.h b/lang_features.h index 2d967f8..95e8a3f 100644 --- a/lang_features.h +++ b/lang_features.h @@ -52,4 +52,14 @@ extern bool strict_mode; /** atomic type of wchar_t */ extern atomic_type_kind_t wchar_atomic_kind; +/** size of long double in bits (this is the size stored to memory, not + * necessary the precision of the arithmetic) */ +extern unsigned long_double_size; + +/** a hack that adds a call to __main into the main function, necessary on + * mingw */ +extern bool enable_main_collect2_hack; + +extern bool freestanding; + #endif