Use 10 (not 6) bits in source version fields B-E.
[class-dump.git] / MachObjC-Prefix.pch
blob3c86b1ec476a327b14642172d34283a081f37aef
1 //
2 // Prefix header for all source files of the 'libMachObjC' target in the 'class-dump' project.
3 //
5 #ifdef __OBJC__
6     #import <Foundation/Foundation.h>
7     #import "CDExtensions.h"
8     #define __cmd __PRETTY_FUNCTION__
9 #endif