[pypy-svn] r64011 - pypy/trunk/pypy/rlib/rsre

fijal at codespeak.net fijal at codespeak.net
Mon Apr 13 02:25:33 CEST 2009


Author: fijal
Date: Mon Apr 13 02:25:29 2009
New Revision: 64011

Modified:
   pypy/trunk/pypy/rlib/rsre/_rsre_platform.py
Log:
"typo"


Modified: pypy/trunk/pypy/rlib/rsre/_rsre_platform.py
==============================================================================
--- pypy/trunk/pypy/rlib/rsre/_rsre_platform.py	(original)
+++ pypy/trunk/pypy/rlib/rsre/_rsre_platform.py	Mon Apr 13 02:25:29 2009
@@ -3,7 +3,7 @@
 from pypy.translator.tool.cbuild import ExternalCompilationInfo
 
 eci = ExternalCompilationInfo(
-    includes = ['ctypes.h']
+    includes = ['ctype.h']
 )
 
 def external(name, args, result):



More information about the Pypy-commit mailing list