Commit fb664b5a by Richard Sandiford Committed by Richard Sandiford

* optc-gen.awk: Include intl.h after the externally-provided files.

From-SVN: r99783
parent 691aed8c
2005-05-16 Richard Sandiford <rsandifo@redhat.com>
* optc-gen.awk: Include intl.h after the externally-provided files.
2005-05-16 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-copy.c (copy_prop_visit_assignment): Clean up by
......
......@@ -56,11 +56,11 @@ BEGIN {
END {
print "/* This file is auto-generated by opts.sh. */"
print ""
print "#include <intl.h>"
n_headers = split(header_name, headers, " ")
for (i = 1; i <= n_headers; i++)
print "#include " quote headers[i] quote
print "#include " quote "opts.h" quote
print "#include " quote "intl.h" quote
print ""
for (i = 0; i < n_opts; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment