X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fvrp.c;h=21c871ff5394fc4f1434c7fe6e4f2e491531c18d;hb=819e65a153b40fcec250c779dfab17b63ac0441d;hp=d1d0a675296d1eed679339cfb9c075b36ee92356;hpb=4db6c5b3708319ba7eff5489e1fe1c7a01fdd866;p=libfirm diff --git a/ir/ana/vrp.c b/ir/ana/vrp.c index d1d0a6752..21c871ff5 100644 --- a/ir/ana/vrp.c +++ b/ir/ana/vrp.c @@ -41,7 +41,7 @@ #include "bitset.h" #include "debug.h" -DEBUG_ONLY(static firm_dbg_module_t *dbg); +DEBUG_ONLY(static firm_dbg_module_t *dbg;) typedef struct vrp_env_t { waitq *workqueue;