[pypy-svn] r36912 - pypy/branch/ast-experiments/pypy/interpreter/pyparser

syt at codespeak.net syt at codespeak.net
Thu Jan 18 10:06:30 CET 2007


Author: syt
Date: Thu Jan 18 10:06:29 2007
New Revision: 36912

Modified:
   pypy/branch/ast-experiments/pypy/interpreter/pyparser/pythonparse.py
Log:
fix target

Modified: pypy/branch/ast-experiments/pypy/interpreter/pyparser/pythonparse.py
==============================================================================
--- pypy/branch/ast-experiments/pypy/interpreter/pyparser/pythonparse.py	(original)
+++ pypy/branch/ast-experiments/pypy/interpreter/pyparser/pythonparse.py	Thu Jan 18 10:06:29 2007
@@ -186,7 +186,7 @@
     builder.resolve_rules()
     parser.build_first_sets()
     parser.keywords = builder.keywords
-    return parser
+    return 0
 
 
 



More information about the Pypy-commit mailing list