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
2b0a121e
Commit
2b0a121e
authored
Feb 18, 2003
by
Michael Beck
Browse files
Typo fixed
[r808]
parent
481f0e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/type.c
View file @
2b0a121e
...
...
@@ -64,7 +64,7 @@ new_type(tp_op *type_op, ir_mode *mode, ident* name) {
int
node_size
;
assert
(
type_op
!=
type_id
);
assert
(
!
id_contains_char
(
name
,
' '
)
&&
"
enti
ty name should not contain spaces"
);
assert
(
!
id_contains_char
(
name
,
' '
)
&&
"ty
pe
name should not contain spaces"
);
node_size
=
offsetof
(
type
,
attr
)
+
type_op
->
attr_size
;
res
=
(
type
*
)
xmalloc
(
node_size
);
...
...
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