Author: Armin Rigo <ar...@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: _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit