Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r69804:fbe3b73746df
Date: 2014-03-08 13:23 +0100
http://bitbucket.org/pypy/pypy/changeset/fbe3b73746df/

Log:    import stmgc/b4a037995423

diff --git a/rpython/translator/stm/src_stm/revision 
b/rpython/translator/stm/src_stm/revision
--- a/rpython/translator/stm/src_stm/revision
+++ b/rpython/translator/stm/src_stm/revision
@@ -1,1 +1,1 @@
-2d15ef133bde
+b4a037995423
diff --git a/rpython/translator/stm/src_stm/stm/atomic.h 
b/rpython/translator/stm/src_stm/stm/atomic.h
--- a/rpython/translator/stm/src_stm/stm/atomic.h
+++ b/rpython/translator/stm/src_stm/stm/atomic.h
@@ -1,4 +1,6 @@
 /* Imported by rpython/translator/stm/import_stmgc.py */
+#ifndef _STM_ATOMIC_H
+#define _STM_ATOMIC_H
 
 /* spin_loop() corresponds to the PAUSE instruction on x86.  On
    other architectures, we generate no instruction (but still need
@@ -33,3 +35,6 @@
   static inline void write_fence(void) { __sync_synchronize(); }
 
 #endif
+
+
+#endif  /* _STM_ATOMIC_H */
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to