X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=lang_features.h;h=e3871783ffdf37c0176cff4ed0ebcc1c49f3539e;hb=1cd9fac9d1a48d012cf3084c8edc4130e75a1ea5;hp=ca876a72317d1d2409e310d7d04e0cec19b85638;hpb=fd16b92f058181088a385c3224c8814831c006d3;p=cparser diff --git a/lang_features.h b/lang_features.h index ca876a7..e387178 100644 --- a/lang_features.h +++ b/lang_features.h @@ -41,4 +41,7 @@ extern bool char_is_signed; /* true for strict language checking. */ extern bool strict_mode; +/* true if wchar_t is equal to unsigned short. */ +extern bool opt_short_wchar_t; + #endif