Skip to content
Commit 530c3f94 authored by Steve Naroff's avatar Steve Naroff
Browse files

DO NOT pre-defined __OBJC2__. The __OBJC2__ macro should only be defined when...

DO NOT pre-defined __OBJC2__. The __OBJC2__ macro should only be defined when targeting the new, Apple 2.0 *runtime ABI*. It is not intended to be used to #ifdef ObjC 2.0 langauge features. This is unfortunate (given it's name). In a perfect world, this defined would be named __OBJC2_RUNTIME_ABI__. Oh well.

llvm-svn: 50913
parent 42d46f2a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment