[pypy-commit] pypy default: oups

arigo noreply at buildbot.pypy.org
Thu Oct 30 18:10:45 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r74300:60a7caa0e0af
Date: 2014-10-30 18:10 +0100
http://bitbucket.org/pypy/pypy/changeset/60a7caa0e0af/

Log:	oups

diff --git a/rpython/translator/c/support.py b/rpython/translator/c/support.py
--- a/rpython/translator/c/support.py
+++ b/rpython/translator/c/support.py
@@ -39,7 +39,7 @@
         assert not is_thread_local
         prefix = "RPY_EXPORTED "
     elif standalone:
-        prefix = "RPY_HIDDEN "
+        prefix += "RPY_HIDDEN "
 
     cdecl_str = prefix + cdecl(ctype, cname)
     if standalone:


More information about the pypy-commit mailing list