From fb664b5a2b7b1d98ae319ef94ff8ee56a94132e9 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Mon, 16 May 2005 18:14:03 +0000 Subject: [PATCH] * optc-gen.awk: Include intl.h after the externally-provided files. From-SVN: r99783 --- gcc/ChangeLog | 4 ++++ gcc/optc-gen.awk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a576233c1f4..aadf8ff2c88 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-16 Richard Sandiford + + * optc-gen.awk: Include intl.h after the externally-provided files. + 2005-05-16 Kazu Hirata * tree-ssa-copy.c (copy_prop_visit_assignment): Clean up by diff --git a/gcc/optc-gen.awk b/gcc/optc-gen.awk index e647cd9ad21..4c4eef7a8a2 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 " 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++) { -- 2.30.2