X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fabsgraph.h;h=9b6a7d2e55d71e797d5040c2f07101a0ad7a0992;hb=95afc5aaefb484a67fb89f02b5e96cc302fe02ef;hp=12413792dd9e60cac1104136c48f34d0df63e745;hpb=f616f878aa0ea06ad96e9c92a58c75d4fe5b3162;p=libfirm diff --git a/ir/ana/absgraph.h b/ir/ana/absgraph.h index 12413792d..9b6a7d2e5 100644 --- a/ir/ana/absgraph.h +++ b/ir/ana/absgraph.h @@ -40,7 +40,7 @@ typedef struct _absgraph_t { void (*grow_succs)(void *self, void *node, struct obstack *obst); } absgraph_t; -const absgraph_t absgraph_irg_cfg_succ; -const absgraph_t absgraph_irg_cfg_pred; +extern const absgraph_t absgraph_irg_cfg_succ; +extern const absgraph_t absgraph_irg_cfg_pred; #endif /* FIRM_ANA_ABSGRAPH_H */