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
a9b231ef
Commit
a9b231ef
authored
Feb 16, 2007
by
Matthias Braun
Browse files
fix emitter perl script
parent
334ab635
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/scripts/generate_emitter.pl
View file @
a9b231ef
...
...
@@ -9,8 +9,8 @@
use
strict
;
use
Data::
Dumper
;
my
$specfile
=
$ARGV
[
0
];
my
$target_dir
=
$ARGV
[
1
];
our
$specfile
=
$ARGV
[
0
];
our
$target_dir
=
$ARGV
[
1
];
our
$arch
;
our
$comment_string
=
"
/*
";
...
...
ir/be/scripts/generate_emitter_new.pl
View file @
a9b231ef
...
...
@@ -9,8 +9,8 @@
use
strict
;
use
Data::
Dumper
;
my
$specfile
=
$ARGV
[
0
]
;
my
$target_dir
=
$ARGV
[
1
]
;
our
$specfile
;
our
$target_dir
;
our
$arch
;
our
$comment_string
;
...
...
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