Does Objective-C support #elifdef? Does Objective-C support #elifdef? objective-c objective-c

Does Objective-C support #elifdef?


You can simply write:

#elif defined X

Which should be compatible with all ANSI-C compatible compilers.