Sha256: 01c218f760419b874183fb3a7c16f11ce429f76c1f67bb553a565c69dd1755da
Contents?: true
Size: 308 Bytes
Versions: 26
Compression:
Stored size: 308 Bytes
Contents
#ifndef Rice__detail__env__hpp_ #define Rice__detail__env__hpp_ /** * Helper header for the env.h ruby include file, which does * not have extern "C" */ // TODO: Won't work on ruby 1.9 #include "ruby_version_code.hpp" #if RICE__RUBY_VERSION_CODE < 190 extern "C" { #include "env.h" } #endif #endif
Version data entries
26 entries across 26 versions & 5 rubygems