From e1b3bb53802681c9b47e2c09bc725c2dfff95958 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 5 Jan 2014 00:32:38 +0000 Subject: libcpp: misc fixes from Apple's GCC. Fixes some bugs detected by Apple: #error with unmatched quotes pragma mark Obtained from: Apple GCC 4.2 - 5553 MFC after: 1 week --- contrib/gcc/config/darwin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/gcc') diff --git a/contrib/gcc/config/darwin.h b/contrib/gcc/config/darwin.h index e732217eb6ba..4164e6819ab6 100644 --- a/contrib/gcc/config/darwin.h +++ b/contrib/gcc/config/darwin.h @@ -873,7 +873,9 @@ enum machopic_addr_class { #define DARWIN_REGISTER_TARGET_PRAGMAS() \ do { \ - c_register_pragma (0, "mark", darwin_pragma_ignore); \ + /* APPLE LOCAL begin pragma mark 5614511 */ \ + /* Removed mark. */ \ + /* APPLE LOCAL end pragma mark 5614511 */ \ c_register_pragma (0, "options", darwin_pragma_options); \ c_register_pragma (0, "segment", darwin_pragma_ignore); \ c_register_pragma (0, "unused", darwin_pragma_unused); \ -- cgit v1.2.3