diff options
author | 卜部昌平 <[email protected]> | 2024-04-29 03:03:50 +0200 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2024-04-29 03:03:50 +0200 |
commit | 17a0e2ac049d051f7c5af00d0a179d1b4efc3005 () | |
tree | abc98dd6991b5ee79af97862afa0d1ae82b8075d /include/ruby | |
parent | a6308ca9589638c2efb791ac6858fdda8cb06c44 (diff) |
workaround C++ compile error
We observe compiler error on FreeBSD. Their stdckdint.h does not understand C++. This shall be addressed on their side. Unti then we resport to our own version. https://rubyci.s3.amazonaws.com/freebsd14/ruby-master/log/20240427T143002Z.log.html.gz
-rw-r--r-- | include/ruby/internal/stdckdint.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -35,6 +35,13 @@ # define RBIMPL_HAVE_STDCKDINT_H #endif #ifdef RBIMPL_HAVE_STDCKDINT_H # /* Take that. */ # include <stdckdint.h> |