X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=lang_features.h;h=95e8a3f07c27bff9148dca4cab27c323dfe6ccb9;hb=9fc7bb03d5232142420b4bff0d82f1a05bd64aba;hp=47714334928baee2b6f399972ec3338c8f593b7f;hpb=e849b35ca637658d5fc0b4c9fee6651f340421c8;p=cparser diff --git a/lang_features.h b/lang_features.h index 4771433..95e8a3f 100644 --- a/lang_features.h +++ b/lang_features.h @@ -52,9 +52,9 @@ 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; +/** 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 */