X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=lang_features.h;h=7bff32e185aef13fcbc97d6f4672badda5b8c236;hb=f22121e4473703019e76f50d46ff52dcd7d0b020;hp=cbcfad25021f9e57fa288a64bfc1ab003a59ca6f;hpb=58558497dcf35ed589188c87600576b58d7c237d;p=cparser diff --git a/lang_features.h b/lang_features.h index cbcfad2..7bff32e 100644 --- a/lang_features.h +++ b/lang_features.h @@ -26,8 +26,8 @@ typedef enum lang_features_t { _C89 = 1U << 0, - _ANSI = 1U << 1, - _C99 = 1U << 2, + _C99 = 1U << 1, + _C11 = 1U << 2, _CXX = 1U << 3, _GNUC = 1U << 4, _MS = 1U << 5,