[pypy-commit] stmgc default: Missing forward declaration

arigo noreply at buildbot.pypy.org
Mon Jun 10 09:54:36 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r91:fc5246585adc
Date: 2013-06-10 09:54 +0200
http://bitbucket.org/pypy/stmgc/changeset/fc5246585adc/

Log:	Missing forward declaration

diff --git a/c4/et.c b/c4/et.c
--- a/c4/et.c
+++ b/c4/et.c
@@ -487,6 +487,8 @@
                               int abort_reason, char *output);
 #endif
 
+void AbortPrivateFromProtected(struct tx_descriptor *d);
+
 void AbortTransaction(int num)
 {
   struct tx_descriptor *d = thread_descriptor;


More information about the pypy-commit mailing list