-
coderJeff authored
- add '#elseifdef SYMBOL' to test symbol defined - add '#elseifndef SYMBOL' to test symbol not definde Abbreviated conditionals: - #ifdef A - #elseifdef B - #elseifndef C - ... etc - #endif Instead of: - #if defined( A ) - #elseif defined( B ) - #elseif not defined( C ) - ... etc - #endif
d1413d45
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading