diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-09-03 21:30:26 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-09-03 21:30:26 +0200 |
commit | 09238bbd2144230b8d664b25a38b8d1ea9898abf (patch) | |
tree | 4ab36754e42e9b4f3c455caf5d389b56fb2d7302 /Python/pylifecycle.c | |
parent | cd7ff29cbf31f9caa7edff0a58267cc2d0cf21b4 (diff) | |
download | cpython-09238bbd2144230b8d664b25a38b8d1ea9898abf.tar.gz |
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
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions