X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fabsgraph.h;h=7f8dcc6d8413202d4b7ef71ad4a101ed0a7aace4;hb=01c4c27c4b7824dd0020f6fd2218edbe9ab40548;hp=577f7efb743a36dea3dcc5dcb4a205536ccc05eb;hpb=520c9c52c9542c3e5520070b4baa73a7d80cfbe1;p=libfirm diff --git a/ir/ana/absgraph.h b/ir/ana/absgraph.h index 577f7efb7..7f8dcc6d8 100644 --- a/ir/ana/absgraph.h +++ b/ir/ana/absgraph.h @@ -21,7 +21,6 @@ * @file absgraph.h * @author Sebastian Hack * @date 20.04.2007 - * @version $Id$ * @brief * * An abstract graph "interface". Currently @@ -35,7 +34,7 @@ #include "obst.h" -typedef struct _absgraph_t { +typedef struct absgraph_t { void *(*get_root)(void *self); void (*grow_succs)(void *self, void *node, struct obstack *obst); void *(*get_end)(void *self);