Fix brainfart.
authorThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 21:59:44 +0000 (21:59 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 21:59:44 +0000 (21:59 +0000)
Modules/binascii.c

index f4d5cf0822631b20634fda767675bd97a97742f4..f284b6beeb51d2c8da16ec069c27d36aceb9c68c 100644 (file)
@@ -53,7 +53,7 @@
 ** Brandon Long, September 2001.
 */
 
-#include PY_SSIZE_T_CLEAN
+#define PY_SSIZE_T_CLEAN
 
 #include "Python.h"