X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=lang_features.h;h=47714334928baee2b6f399972ec3338c8f593b7f;hb=933d8f9cae81483d28815576997bf10d94a54311;hp=2d967f8230dbd39a7c60aa3a04b1cbc072dd62c3;hpb=ef3740001f65c743033201e8be5d6dc711375067;p=cparser diff --git a/lang_features.h b/lang_features.h index 2d967f8..4771433 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 (this is 16 on some x86 architectures even if only the + * lowest 80bits are used */ +extern unsigned force_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