Fixed type of _get_tpop_attr_size()
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Jun 2006 15:49:51 +0000 (15:49 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Jun 2006 15:49:51 +0000 (15:49 +0000)
[r7869]

ir/tr/tpop_t.h

index 91c4829..e3e4cc9 100644 (file)
@@ -149,7 +149,7 @@ _get_tpop_ident(const tp_op *op){
   return op->name;
 }
 
-static INLINE int
+static INLINE size_t
 _get_tpop_attr_size(const tp_op *op) {
   return op->attr_size;
 }