darwin-c.c (darwin_additional_format_types): Export.
authorJack Howarth <howarth@bromo.med.uc.edu>
Fri, 19 Nov 2010 02:15:54 +0000 (02:15 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 19 Nov 2010 02:15:54 +0000 (02:15 +0000)
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

gcc/ChangeLog
gcc/config/darwin-c.c

index b5ac12d..2016390 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2010-11-18  Paul Koning  <ni1d@arrl.net>
 
        * config/pdp11/pdp11.h (FIRST_PARM_OFFSET): Fix case of no frame
index 973f8f2..0a15229 100644 (file)
@@ -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,