diff --git a/simplejson/_speedups.c b/simplejson/_speedups.c index d34058b891b2fa021706a50ea99fe74b04f7bcf5_c2ltcGxlanNvbi9fc3BlZWR1cHMuYw==..eba6ea55abe6890e982949502a798008cf1651ee_c2ltcGxlanNvbi9fc3BlZWR1cHMuYw== 100644 --- a/simplejson/_speedups.c +++ b/simplejson/_speedups.c @@ -1,3 +1,2 @@ /* -*- mode: C; c-file-style: "python"; c-basic-offset: 4 -*- */ -#if PY_MAJOR_VERSION >= 3 #define PY_SSIZE_T_CLEAN @@ -3,5 +2,4 @@ #define PY_SSIZE_T_CLEAN -#endif #include "Python.h" #include "structmember.h"