X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Ffirm_common.c;h=98cf5d0bfb0ef48fff17d24bf6cd62f080ba393c;hb=2cfb4be35e6255d7cd59824e9b7a5eea39705227;hp=2196b9c73cf246fa1e860b802de3e7fccb3a01f3;hpb=1a3b7d363474ab544c13093a2f0b578718d37c7a;p=libfirm diff --git a/ir/common/firm_common.c b/ir/common/firm_common.c index 2196b9c73..98cf5d0bf 100644 --- a/ir/common/firm_common.c +++ b/ir/common/firm_common.c @@ -20,7 +20,6 @@ /** * @file * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Michael Beck - * @version $Id$ */ #include "config.h" @@ -38,4 +37,4 @@ firm_kind get_kind(const void *firm_thing) { return POINTER_READ(firm_thing, sizeof(firm_kind)) ? *(firm_kind *)firm_thing : k_BAD; -} /* get_kind */ +}