From: Michael Beck Date: Fri, 9 Apr 2010 12:38:55 +0000 (+0000) Subject: Add a type_dbg_info_ptr type, just like all others. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=89777009806a0d70f83d1d4392a8778198648cfb;p=libfirm Add a type_dbg_info_ptr type, just like all others. [r27362] --- 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;