Sha256: 103701f6fdf495ebd044b2cfd17bbd35a12e31ba6791748d85a9e638c14edeb6
Contents?: true
Size: 312 Bytes
Versions: 3
Compression:
Stored size: 312 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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
jameskilton-rice-1.2.0 | rice/detail/rubysig.hpp |
rice-1.2.0 | rice/detail/rubysig.hpp |
rice-1.1.0 | rice/detail/rubysig.hpp |