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-26 23:40:17 +01:00
2015-01-17 17:02:40 +01:00
2015-01-06 15:23:33 +01:00
2014-10-26 00:19:35 +02:00