X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=symbol.h;h=2f0dc3b106a70089d0f6591c317e918b638acf09;hb=ebb77232f9baed801f3a073741ff7a023acea485;hp=3122158e57419ba52f5fcd8d85ba5a4929039499;hpb=f3f57226195059ecb38d482c469a4c665fc9c2d1;p=cparser diff --git a/symbol.h b/symbol.h index 3122158..2f0dc3b 100644 --- a/symbol.h +++ b/symbol.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 @@ -20,7 +20,7 @@ #ifndef SYMBOL_H #define SYMBOL_H -typedef struct symbol_t symbol_t; -typedef struct pp_definition pp_definition; +typedef struct symbol_t symbol_t; +typedef struct pp_definition_t pp_definition_t; #endif