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
4a5d8df9
Commit
4a5d8df9
authored
Jun 09, 2011
by
Christoph Mallon
Browse files
Include begin.h and end.h in the generated headers.
parent
950b1afb
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gen_ir.py
View file @
4a5d8df9
...
...
@@ -484,6 +484,8 @@ nodeops_h_template = env.from_string(
#include "firm_types.h"
#include "begin.h"
/**
* @addtogroup ir_node
* @{
...
...
@@ -585,6 +587,8 @@ FIRM_API void set_{{node.name}}_{{attr.name}}(ir_node *node, {{attr.type}} {{att
/** @} */
#include "end.h"
#endif
'''
)
...
...
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