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
1debaa86
Commit
1debaa86
authored
Jun 03, 2007
by
Michael Beck
Browse files
add explicit types for the visited flag and the exception regions
[r14296]
parent
70b487f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/firm_types.h
View file @
1debaa86
...
...
@@ -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
;
...
...
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