1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
卜部昌平 722a1e479f RBIMPL_ALIGNAS: reorder #ifdef blocks
Since r63443, `-std=gnu99 -D_XOPEN_SOUCE=x00` is added to Solaris'
`CPPFLAGS`.  `CPPFLAGS` is shared among `CC` / `CXX`.  This results in
both `__STDC_VERSION__` and `__cplusplus` to be defined at the same time
for a C++ compilation, only on Solaris.

It seems the `CPPFLAGS` addition is intentional.  We sould not touch
that part.  Instead we need to reroute this by always check for
`__cplusplus` first.
2020-09-26 00:30:36 +09:00
..
backward
internal RBIMPL_ALIGNAS: reorder #ifdef blocks 2020-09-26 00:30:36 +09:00
assert.h
backward.h
debug.h
defines.h
encoding.h
intern.h
io.h Rework console to use rb_io_wait. 2020-09-14 16:44:09 +12:00
memory_view.h memory_view.h: brush up the description in the comment 2020-09-25 21:32:00 +09:00
missing.h
onigmo.h
oniguruma.h
random.h
re.h
regex.h
ruby.h
st.h
subst.h
thread.h
thread_native.h
util.h
version.h
vm.h
win32.h