X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=parser.h;h=964799f1b9a5305df16539ead07a4d727edfa565;hb=22d24ddd2209686fa723a62ccc19b7c2eea2d172;hp=1bc004da8e07d2932640869f80b6a0ef0cb4f682;hpb=e97bf80ad2ba7f01d4a2b51d243d6273ae2d65a1;p=cparser diff --git a/parser.h b/parser.h index 1bc004d..964799f 100644 --- a/parser.h +++ b/parser.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 @@ -35,4 +35,6 @@ translation_unit_t *finish_parsing(void); type_t *revert_automatic_type_conversion(const expression_t *expression); entity_t *expression_is_variable(const expression_t *expression); +void prepare_main_collect2(entity_t *entity); + #endif