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
027ca22d
Commit
027ca22d
authored
Dec 13, 2011
by
Matthias Braun
Browse files
typerep: remove unnecessary #defines
parent
1b7d2c02
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/typerep.h
View file @
027ca22d
...
@@ -704,10 +704,6 @@ typedef enum ptr_access_kind {
...
@@ -704,10 +704,6 @@ typedef enum ptr_access_kind {
}
ptr_access_kind
;
}
ptr_access_kind
;
ENUM_BITSET
(
ptr_access_kind
)
ENUM_BITSET
(
ptr_access_kind
)
#define IS_READ(a) ((a) & ptr_access_read)
#define IS_WRITTEN(a) ((a) & ptr_access_write)
#define IS_STORED(a) ((a) & ptr_access_store)
/**
/**
* @defgroup ir_type Type System
* @defgroup ir_type Type System
*
*
...
...
Write
Preview
Supports
Markdown
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