[pypy-commit] stmgc default: Add the usual ifndef

arigo noreply at buildbot.pypy.org
Fri Mar 14 08:05:23 CET 2014


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list