Searched hist:c299b09c (Results 1 - 1 of 1) sorted by path

/haiku/headers/os/support/
H A DSupportDefs.hdiff c299b09c Mon Jan 19 05:54:18 MST 2015 Adrien Destugues <pulkomandy@gmail.com> 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

Completed in 77 milliseconds