[pypy-svn] r73893 - pypy/branch/cpython-extension/pypy/module/cpyext/include

afa at codespeak.net afa at codespeak.net
Tue Apr 20 00:27:01 CEST 2010


Author: afa
Date: Tue Apr 20 00:27:00 2010
New Revision: 73893

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/include/pyconfig.h
Log:
Support Py_UNICODE_WIDE, this fixes test_sre


Modified: pypy/branch/cpython-extension/pypy/module/cpyext/include/pyconfig.h
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/include/pyconfig.h	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/include/pyconfig.h	Tue Apr 20 00:27:00 2010
@@ -20,6 +20,7 @@
 #define HAVE_USABLE_WCHAR_T 1
 #ifndef _WIN32
 #define Py_UNICODE_SIZE 4
+#define Py_UNICODE_WIDE
 #else
 #define Py_UNICODE_SIZE 2
 #endif



More information about the Pypy-commit mailing list