From: Michael Beck Date: Fri, 6 Jul 2007 13:25:24 +0000 (+0000) Subject: fixed ir_visited_t type X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a198dda74b4252e689f74bbdc4fbcd7455ec3435;p=libfirm fixed ir_visited_t type [r14975] --- diff --git a/include/libfirm/firm_types.h b/include/libfirm/firm_types.h index 265594f28..b8dcbc168 100644 --- a/include/libfirm/firm_types.h +++ b/include/libfirm/firm_types.h @@ -42,7 +42,7 @@ typedef unsigned long long ulong64; #endif /* _MSC_VER */ -typedef long ir_visited_t; +typedef unsigned long ir_visited_t; typedef unsigned long ir_exc_region_t; typedef struct dbg_info dbg_info, *dbg_info_ptr;