X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type_t.h;h=fb03da98cb759cd0c96d481e29daec697c0937d4;hb=233b4629181c4a07fbabe8566c10ce2bae9224de;hp=ba998979128a6eb04fe3a633cb2c659dbaf56b13;hpb=c04cde588f09e0ec62693477b885834c5aa7a88a;p=cparser diff --git a/type_t.h b/type_t.h index ba99897..fb03da9 100644 --- a/type_t.h +++ b/type_t.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 @@ -144,7 +144,6 @@ struct function_type_t { bool variadic : 1; bool unspecified_parameters : 1; bool kr_style_parameters : 1; - bool prototyped : 1; }; struct compound_type_t {