Author: Maciej Fijalkowski <fij...@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(): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit