[pypy-svn] r49894 - pypy/dist/pypy/jit/hintannotator

arigo at codespeak.net arigo at codespeak.net
Tue Dec 18 18:05:11 CET 2007


Author: arigo
Date: Tue Dec 18 18:05:10 2007
New Revision: 49894

Modified:
   pypy/dist/pypy/jit/hintannotator/model.py
Log:
Fix SyntaxError.


Modified: pypy/dist/pypy/jit/hintannotator/model.py
==============================================================================
--- pypy/dist/pypy/jit/hintannotator/model.py	(original)
+++ pypy/dist/pypy/jit/hintannotator/model.py	Tue Dec 18 18:05:10 2007
@@ -530,7 +530,7 @@
             return hs_c1._call_single_graph(graph, METH.RESULT, hs_c1, *args_hs) # prepend hs_c1 to the args
         else:
             # like an indirect_call
-            XXX fixme
+            XXX-fixme
 
     def getfield(hs_c1, hs_fieldname):
         S = hs_c1.concretetype.TO



More information about the Pypy-commit mailing list