X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Ffirm_types.h;h=265594f284bf60ba2e072b8bd170606e49e1a915;hb=2c95d635ef7dc3a9c04b983f14496167dbec3608;hp=b73e400e9f58d5ecb94e806a12dca91c11f77282;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/include/libfirm/firm_types.h b/include/libfirm/firm_types.h index b73e400e9..265594f28 100644 --- a/include/libfirm/firm_types.h +++ b/include/libfirm/firm_types.h @@ -42,6 +42,9 @@ typedef unsigned long long ulong64; #endif /* _MSC_VER */ +typedef long ir_visited_t; +typedef unsigned long ir_exc_region_t; + typedef struct dbg_info dbg_info, *dbg_info_ptr; typedef const struct _ident ident, *ir_ident_ptr; typedef struct ir_node ir_node, *ir_node_ptr;