[pypy-commit] pypy py3k: merge default

pjenvey noreply at buildbot.pypy.org
Wed May 15 00:37:32 CEST 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r64110:05c94aed1988
Date: 2013-05-14 15:37 -0700
http://bitbucket.org/pypy/pypy/changeset/05c94aed1988/

Log:	merge default

diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
+++ b/rpython/translator/c/genc.py
@@ -259,7 +259,7 @@
             if self.config.translation.shared:
                 defines['PYPY_MAIN_FUNCTION'] = "pypy_main_startup"
                 self.eci = self.eci.merge(ExternalCompilationInfo(
-                    export_symbols=["pypy_main_startup"]))
+                    export_symbols=["pypy_main_startup", "pypy_debug_file"]))
         self.eci, cfile, extra = gen_source(db, modulename, targetdir,
                                             self.eci, defines=defines,
                                             split=self.split)


More information about the pypy-commit mailing list