[pypy-svn] r13825 - pypy/dist/pypy/annotation

ale at codespeak.net ale at codespeak.net
Fri Jun 24 18:28:53 CEST 2005


Author: ale
Date: Fri Jun 24 18:28:52 2005
New Revision: 13825

Modified:
   pypy/dist/pypy/annotation/model.py
Log:
Forgot to check in Unicode defs (arre,ale)


Modified: pypy/dist/pypy/annotation/model.py
==============================================================================
--- pypy/dist/pypy/annotation/model.py	(original)
+++ pypy/dist/pypy/annotation/model.py	Fri Jun 24 18:28:52 2005
@@ -402,6 +402,7 @@
     (SomeInteger(nonneg=True, unsigned=True), lltype.Unsigned),    
     (SomeFloat(), lltype.Float),
     (SomeChar(), lltype.Char),
+    (SomeUnicodeCodePoint(), lltype.UniChar),
 ]
 
 def annotation_to_lltype(s_val, info=None):



More information about the Pypy-commit mailing list