From 89777009806a0d70f83d1d4392a8778198648cfb Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 9 Apr 2010 12:38:55 +0000 Subject: [PATCH] Add a type_dbg_info_ptr type, just like all others. [r27362] --- include/libfirm/firm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfirm/firm_types.h b/include/libfirm/firm_types.h index f3ef93530..41cf757a4 100644 --- a/include/libfirm/firm_types.h +++ b/include/libfirm/firm_types.h @@ -31,7 +31,7 @@ typedef unsigned long ir_exc_region_t; typedef unsigned long ir_label_t; typedef struct dbg_info dbg_info, *dbg_info_ptr; -typedef struct type_dbg_info type_dbg_info; +typedef struct type_dbg_info type_dbg_info, *type_dbg_info_ptr; typedef const struct _ident ident, *ir_ident_ptr; typedef struct ir_node ir_node, *ir_node_ptr; typedef struct ir_op ir_op, *ir_op_ptr; -- 2.20.1