Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1002:f9a5b96d5e07
Date: 2014-03-14 08:05 +0100
http://bitbucket.org/pypy/stmgc/changeset/f9a5b96d5e07/

Log:    Add the usual ifndef

diff --git a/gil-c7/stmgc.h b/gil-c7/stmgc.h
--- a/gil-c7/stmgc.h
+++ b/gil-c7/stmgc.h
@@ -1,3 +1,6 @@
+#ifndef _STMGC_H
+#define _STMGC_H
+
 #include <stddef.h>
 #include <stdint.h>
 #include <stdbool.h>
@@ -130,3 +133,5 @@
                                      void callback(void *)) {
     // XXX ignored
 }
+
+#endif
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to