OSDN Git Service

2010-11-18 Jack Howarth <howarth@bromo.med.uc.edu>
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 2010 02:15:54 +0000 (02:15 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Nov 2010 02:15:54 +0000 (02:15 +0000)
    Ian Lance Taylor  <iant@google.com>

* config/darwin-c.c (darwin_additional_format_types): Export.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166930 138bc75d-0d04-0410-961f-82ee72b054a4

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,