Author: Armin Rigo <[email protected]>
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;
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit