diff -r cfb84be6c7fc Modules/posixmodule.c --- a/Modules/posixmodule.c Wed Jul 08 22:58:55 2015 +0300 +++ b/Modules/posixmodule.c Sat Jul 11 21:21:32 2015 +0300 @@ -513,6 +513,8 @@ static int return 1; } +#endif + #ifdef HAVE_LONG_LONG static PyObject * _PyInt_FromDev(PY_LONG_LONG v) @@ -526,8 +528,6 @@ static PyObject * # define _PyInt_FromDev PyInt_FromLong #endif -#endif - #if defined _MSC_VER && _MSC_VER >= 1400 /* Microsoft CRT in VS2005 and higher will verify that a filehandle is