Commit 3ee44df5 by Jack Howarth Committed by Mike Stump

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
parent 7cf18eee
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
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment