X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol.h;h=42ef1318ae763d0a048ba7aaecbea8c0a98b8c93;hb=516b4ed5ac675f2d94becf9fa0815ddc65f637ac;hp=5ffd4d8887199607f61ccd664441fe83865d97df;hpb=b89a8892daf3e0dc291bfa6f78e6697c7185c018;p=cparser diff --git a/symbol.h b/symbol.h index 5ffd4d8..42ef131 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 @@ -23,4 +23,7 @@ typedef struct symbol_t symbol_t; typedef struct pp_definition_t pp_definition_t; +/** special symbol used for anonymous/error entities. */ +extern symbol_t *sym_anonymous; + #endif