NimbusKit / markdown

A Markdown NSAttributedString parser.
Apache License 2.0
656 stars 63 forks source link

#if instead of #ifdef? #35

Open zats opened 10 years ago

zats commented 10 years ago

It seems like all #ifdef TARGET_OS_… should be replaced with #if (TARGET_OS_…). All TARGET_OS_… are defined, some of them just set to 0 and some to 1. What do you think?