X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=lang_features.h;h=c024f228cd8abe43ad1110b597d27939d78a1ca9;hb=94d190a7624c8ddb2e239ff6bac9b63571098b3c;hp=ad88c36f830e5713e7696b47007f6ed824af5d09;hpb=61a03a80a0c34c03dcf9bc227ca1c9355e8cf3ff;p=cparser diff --git a/lang_features.h b/lang_features.h index ad88c36..c024f22 100644 --- a/lang_features.h +++ b/lang_features.h @@ -33,7 +33,7 @@ typedef enum lang_features_t { } lang_features_t; /* the current C mode/dialect */ -extern lang_features_t c_mode; +extern unsigned int c_mode; /* the 'machine size', 16, 32 or 64 bit */ extern unsigned int machine_size;