Fix for objective-c runtimes.

This commit is contained in:
Ludovic Marcotte
2013-02-18 16:50:54 -05:00
parent bcab7e7dc9
commit e57b6835e6
+2
View File
@@ -13,8 +13,10 @@
#define BSONTYPE(tag,className) [className class], [NSNumber numberWithChar: (tag)]
#ifndef objc_msgSend
#define objc_msgSend(obj, sel, ...) \
objc_msg_lookup(obj, sel)(obj, sel, ## __VA_ARGS__)
#endif
static NSDictionary *BSONTypes()
{