X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fgarbage_collect.c;h=963c4fcf06a3071a6e30a00186a12dcbb4f042e7;hb=8c9921a1fc166552f6e416434fd8394a4fc210a3;hp=9ea12b8095d56349c8593a8cb58dc5418e5d0b78;hpb=eb7ac83b870791219e7a50cc262f2f1ee9c01b39;p=libfirm diff --git a/ir/opt/garbage_collect.c b/ir/opt/garbage_collect.c index 9ea12b809..963c4fcf0 100644 --- a/ir/opt/garbage_collect.c +++ b/ir/opt/garbage_collect.c @@ -21,7 +21,6 @@ * @file * @brief Removal of unreachable methods. * @author Matthias Braun - * @version $Id$ */ #include "config.h" @@ -36,7 +35,7 @@ #include "error.h" #include "debug.h" -DEBUG_ONLY(static firm_dbg_module_t *dbg); +DEBUG_ONLY(static firm_dbg_module_t *dbg;) static void visit_entity(ir_entity *entity);