Sha256: 0796ecbe1f678771c7ef5f42982ab51b3175116510b26989dbfa61c9a1780355
Contents?: true
Size: 293 Bytes
Versions: 23
Compression:
Stored size: 293 Bytes
Contents
#ifndef Rice__detail__rubysig__hpp_ #define Rice__detail__rubysig__hpp_ #include "ruby_version_code.hpp" /** * Helper header for the rubysig.h ruby include file, which does * not have extern "C" */ #if RICE__RUBY_VERSION_CODE < 190 extern "C" { #include "rubysig.h" } #endif #endif
Version data entries
23 entries across 23 versions & 4 rubygems