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
25abc6c9
Commit
25abc6c9
authored
Oct 19, 2011
by
Matthias Braun
Browse files
fix perl warning
parent
75f30157
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/scripts/generate_emitter_new.pl
View file @
25abc6c9
...
...
@@ -52,7 +52,7 @@ sub create_emitter {
our
%emit_templates
;
our
$arch
;
if
(
$indent_line_func
eq
""
)
{
if
(
!
defined
(
$indent_line_func
)
)
{
$template
=
"
\\
t
"
.
$template
;
}
else
{
push
(
@
{
$result
},
"
${indent}${indent_line_func}
;
\n
");
...
...
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