| ... | ... |
@@ -19,7 +19,7 @@ |
| 19 | 19 |
#include "types.h" |
| 20 | 20 |
|
| 21 | 21 |
// Helper macros to convert numerics to strings |
| 22 |
-#if defined(_MSC_VER) |
|
| 22 |
+#ifdef _MSC_VER |
|
| 23 | 23 |
// re: http://72.14.203.104/search?q=cache:HG-okth5NGkJ:mail.python.org/pipermail/python-checkins/2002-November/030704.html+_msc_ver+compiler+version+string&hl=en&gl=us&ct=clnk&cd=5 |
| 24 | 24 |
# define _Py_STRINGIZE(X) _Py_STRINGIZE1((X)) |
| 25 | 25 |
# define _Py_STRINGIZE1(X) _Py_STRINGIZE2 ## X |