X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=lang_features.h;h=b51b8cbf1f1069133ec8f6bd4526bc6e8b5a6c8c;hb=bb0b3e3a3b5a6fdc78b9b36317b0a99e7a109d84;hp=c024f228cd8abe43ad1110b597d27939d78a1ca9;hpb=708d819aa335a9b2c6d83b6a2c303a77b9a94e34;p=cparser diff --git a/lang_features.h b/lang_features.h index c024f22..b51b8cb 100644 --- a/lang_features.h +++ b/lang_features.h @@ -1,6 +1,6 @@ /* * This file is part of cparser. - * Copyright (C) 2007-2008 Matthias Braun + * Copyright (C) 2007-2009 Matthias Braun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -22,6 +22,8 @@ #include "type.h" +#define BITS_PER_BYTE 8 + typedef enum lang_features_t { _C89 = 1U << 0, _ANSI = 1U << 1,