[cfe-dev] small Mac OS lib++ fixes

Toralf Niebuhr niebuhr at niebuhrt.de
Wed Jul 13 02:03:12 PDT 2011


Hi,

these are just two small patches fixing the libc++ build for Mac OS X.

The first patch replaces an "#ifndef LIBCPP_STABLE_APPLE_ABI" with "#ifdef LIBCPP_STABLE_APPLE_ABI".
This is probably a copy and paste error as it's usually used with "#ifndef"

The second patch replaces "__funcs()" with "func()". The underscore calls are encapsulated with the calls without underscores in the "locale" header.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: use-func-instead-of__func.diff
Type: application/octet-stream
Size: 12096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110713/4d03e012/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: use-LIBCPP_STABLE_APPLE_ABI-flag.diff
Type: application/octet-stream
Size: 337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110713/4d03e012/attachment-0001.obj>
-------------- next part --------------


Toralf Niebuhr


More information about the cfe-dev mailing list