aboutsummaryrefslogtreecommitdiff
path: root/gcc/optc-gen.awk
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2005-05-16 18:14:03 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2005-05-16 18:14:03 +0000
commitfb664b5a2b7b1d98ae319ef94ff8ee56a94132e9 (patch)
treef3eccec3494d8c1e7a8d7b594affa03ad9d7e7b4 /gcc/optc-gen.awk
parent691aed8cce63e0211c26f1b5f905c7c5a37c4a90 (diff)
downloadgcc-fb664b5a2b7b1d98ae319ef94ff8ee56a94132e9.zip
gcc-fb664b5a2b7b1d98ae319ef94ff8ee56a94132e9.tar.gz
gcc-fb664b5a2b7b1d98ae319ef94ff8ee56a94132e9.tar.bz2
* optc-gen.awk: Include intl.h after the externally-provided files.
From-SVN: r99783
Diffstat (limited to 'gcc/optc-gen.awk')
-rw-r--r--gcc/optc-gen.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optc-gen.awk b/gcc/optc-gen.awk
index e647cd9..4c4eef7 100644
--- a/gcc/optc-gen.awk
+++ b/gcc/optc-gen.awk
@@ -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++) {