fixed ir_visited_t type
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 6 Jul 2007 13:25:24 +0000 (13:25 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 6 Jul 2007 13:25:24 +0000 (13:25 +0000)
[r14975]

include/libfirm/firm_types.h

index 265594f..b8dcbc1 100644 (file)
@@ -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;