Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
e79d493
)
More robust preprocessor switches
author
Aaron Marcher <
[email protected]
>
Wed, 21 Mar 2018 11:21:37 +0000
(12:21 +0100)
committer
Aaron Marcher <
[email protected]
>
Wed, 21 Mar 2018 11:21:37 +0000
(12:21 +0100)
Replace #ifdef with #if defined() and #elif with #elif defined() as it
should only test if it is defined or not.
No differences found