Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
a198dda7
Commit
a198dda7
authored
Jul 06, 2007
by
Michael Beck
Browse files
fixed ir_visited_t type
[r14975]
parent
1e40d180
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/firm_types.h
View file @
a198dda7
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment