[pypy-commit] pypy default: oops

fijal noreply at buildbot.pypy.org
Thu May 16 12:41:21 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r64222:2a94ff895d4b
Date: 2013-05-16 12:39 +0200
http://bitbucket.org/pypy/pypy/changeset/2a94ff895d4b/

Log:	oops

diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py
--- a/rpython/rlib/entrypoint.py
+++ b/rpython/rlib/entrypoint.py
@@ -58,7 +58,7 @@
 # registered
 
 RPython_StartupCode = rffi.llexternal('RPython_StartupCode', [], lltype.Void,
-                                      _no_wrapper=True)
+                                      _nowrapper=True)
 
 @entrypoint('main', [], c_name='rpython_startup_code')
 def rpython_startup_code():


More information about the pypy-commit mailing list