summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-12-02 14:48:42 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-12-26 20:45:12 +0900
commit863dbb21d8912c73e84fed47f2d3a1ac5d8275d4 (patch)
treeb49b99fc802dbf5f3ac1264b165a83b251cf9ec1 /numeric.c
parent1dd149d3b1e46f21b0c358fdf205e97ac009bb40 (diff)
assume C99
Now that we no longer support old compilers, we can safely delete several obsolete #ifdef gurads. Also because (as of writing) it is impossible to compile the program using C++ compilers, lets just entirely prohibit __cplusplus to reduce # of LOCs. Note however that we still cannot eliminate __STDC_VERSION__ checks, because MSVC does not define it, saying its C99 support is partial. See also https://social.msdn.microsoft.com/Forums/vstudio/en-US/53a4fd75-9f97-48b2-aa63-2e2e5a15efa3
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2711
Diffstat (limited to 'numeric.c')
0 files changed, 0 insertions, 0 deletions