diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2010-11-19 02:15:54 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2010-11-19 02:15:54 +0000 |
commit | 3ee44df5efd75078645655941b471f263950dcfd (patch) | |
tree | f78d15d1a896ce156b37614fd30268d00e6310aa /gcc/config/darwin-c.c | |
parent | 7cf18eeea51ddaf914dbc4318ce98b6de94f257c (diff) | |
download | gcc-3ee44df5efd75078645655941b471f263950dcfd.zip gcc-3ee44df5efd75078645655941b471f263950dcfd.tar.gz gcc-3ee44df5efd75078645655941b471f263950dcfd.tar.bz2 |
darwin-c.c (darwin_additional_format_types): Export.
2010-11-18 Jack Howarth <howarth@bromo.med.uc.edu>
Ian Lance Taylor <iant@google.com>
* config/darwin-c.c (darwin_additional_format_types): Export.
Co-Authored-By: Ian Lance Taylor <iant@google.com>
From-SVN: r166930
Diffstat (limited to 'gcc/config/darwin-c.c')
-rw-r--r-- | gcc/config/darwin-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c index 973f8f2..0a15229 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -706,7 +706,7 @@ darwin_check_cfstring_format_arg (tree ARG_UNUSED (format_arg), } /* The extra format types we recognize. */ -const format_kind_info darwin_additional_format_types[] = { +EXPORTED_CONST format_kind_info darwin_additional_format_types[] = { { "CFString", NULL, NULL, NULL, NULL, NULL, NULL, FMT_FLAG_ARG_CONVERT|FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL, 0, 0, 0, 0, 0, 0, |