commit | 528a9ab1f0c93d8dabc2b97b39e7252af7372456 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 03 21:30:26 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 03 21:30:26 2015 +0200 |
tree | 6de14cb5fa70752d47f312f1a3da5c762715176e | |
parent | 479fea63e1b321a8fe47af1bb62e87f47b6c45c0 [diff] |
Don't use defined() in C preprocessor macros The ICC compiler doesn't seem to support defined() in macro expansion. Example of warning: warning #3199: "defined" is always false in a macro expansion in Microsoft mode