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
c72b141a
Commit
c72b141a
authored
Nov 09, 2005
by
Christian Würdig
Browse files
fix gcc 3.x hex const
[r6899]
parent
8c07354e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/type.h
View file @
c72b141a
...
...
@@ -787,7 +787,7 @@ typedef enum {
GCC: __attribute__((naked)). */
mtp_property_malloc
=
0x00000020
,
/**< This graph returns newly allocate memory.
GCC: __attribute__((malloc)). */
mtp_property_inherited
=
0x
8
0000000
/**< used only in irgs, means property is inherited
mtp_property_inherited
=
0x
4
0000000
/**< used only in irgs, means property is inherited
from type. */
}
mtp_additional_property
;
...
...
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