From: Thomas Wouters Date: Wed, 1 Mar 2006 21:59:44 +0000 (+0000) Subject: Fix brainfart. X-Git-Tag: v2.5a0~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c54448715d5ba2e6cc661d4b5596f00c006a66e;p=thirdparty%2FPython%2Fcpython.git Fix brainfart. --- diff --git a/Modules/binascii.c b/Modules/binascii.c index f4d5cf082263..f284b6beeb51 100644 --- a/Modules/binascii.c +++ b/Modules/binascii.c @@ -53,7 +53,7 @@ ** Brandon Long, September 2001. */ -#include PY_SSIZE_T_CLEAN +#define PY_SSIZE_T_CLEAN #include "Python.h"