From a198dda74b4252e689f74bbdc4fbcd7455ec3435 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 6 Jul 2007 13:25:24 +0000 Subject: [PATCH] fixed ir_visited_t type [r14975] --- 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 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; -- 2.20.1