Adrien Destugues c299b09cff SupportDefs: make it C89-safe again
The atomic inlines were not implemented in a C89 safe way:
* Use of "static inline" not allowed, but static __inline__ is
* __inline__ is a GCC extension, but these are already in a __GNUC__
block (other compilers use a non-inline version)
* also fix a C++ style comment
2015-01-19 13:54:18 +01:00
..
2014-10-15 13:08:10 +02:00
2015-01-16 13:10:57 +01:00
2014-11-27 12:14:39 +01:00
2014-12-18 10:18:39 +01:00
2015-01-19 13:54:18 +01:00
2015-01-17 17:02:40 +01:00