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

Version Path
rice-1.7.0 rice/detail/env.hpp
rice-1.6.3 rice/detail/env.hpp
jameskilton-rice-1.2.0 rice/detail/env.hpp
rice-1.6.2 rice/detail/env.hpp
rice-1.6.1 rice/detail/env.hpp
rice-1.6.0 rice/detail/env.hpp
rice-1.6.0.pre rice/detail/env.hpp
rice-1.5.3 rice/detail/env.hpp
rice-1.5.2 rice/detail/env.hpp
keyme-rice-1.5.1.keyme1 rice/detail/env.hpp
keyme-rice-1.5.1.keyme rice/detail/env.hpp
rice-1.5.1 rice/detail/env.hpp
rice-1.5.0 rice/detail/env.hpp
rice-jdguyot-1.4.3p1 rice/detail/env.hpp
rice-1.4.3 rice/detail/env.hpp
wurlinc-rice-1.4.0.4 rice/detail/env.hpp
wurlinc-rice-1.4.0.1 rice/detail/env.hpp
rice-1.4.2 rice/detail/env.hpp
rice-jdguyot-1.4.0.p1 rice/detail/env.hpp
rice-jdguyot-1.4.0 rice/detail/env.hpp