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
6278615b
Commit
6278615b
authored
May 11, 2009
by
Matthias Braun
Browse files
add a newline to avoid warning
[r25926]
parent
ca62f4e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gen_ir.py
View file @
6278615b
...
...
@@ -363,6 +363,7 @@ static inline int _is_{{nodename}}(const ir_node *node)
{% for nodename, node in nodes %}
#define is_{{nodename}}(node) _is_{{nodename}}(node)
{%- endfor %}
'''
)
irnode_template
=
env
.
from_string
(
'''
...
...
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