X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftpop_t.h;h=0035215b2deea59381c84fb6688ba2ba6cd09798;hb=e88385016800d3c56c3fa09770e9f7995c42e106;hp=2f80280e619bebf13d6eea5719769996001b6f21;hpb=abbf9492df1993d211412ba520feb81de0688c2a;p=libfirm diff --git a/ir/tr/tpop_t.h b/ir/tr/tpop_t.h index 2f80280e6..0035215b2 100644 --- a/ir/tr/tpop_t.h +++ b/ir/tr/tpop_t.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2011 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -61,7 +61,7 @@ typedef void (*insert_entity_func)(ir_type *tp, ir_entity *member); /** * tp_op operations. */ -typedef struct _tp_op_ops { +typedef struct tp_op_ops { free_attrs_func free_attrs; /**< Called to free the attributes of a type. */ free_entities_func free_entities; /**< Called to free the owned entities of a type. */ free_auto_entities_func free_auto_entities; /**< Called to free the automatic allocated entities of a type. */ @@ -135,7 +135,7 @@ void finish_tpop(void); * @param op The type opcode to get the size for. * @return The size of the attribute of types with this opcode. */ -int get_tpop_attr_size (const tp_op *op); +size_t get_tpop_attr_size(const tp_op *op); /* ---------------- *