Sha256: d2ca49b0b18e1cf11664e468687a003c17164c1c0a6b490f8f0b4c2e31daf1c2

Contents?: true

Size: 465 Bytes

Versions: 2

Compression:

Stored size: 465 Bytes

Contents

#include <ruby.h>

#include "vm_core.h"
#include "eval_intern.h"
#include "iseq.h"
#include "gc.h"
#include <ruby/vm.h>
#include <ruby/encoding.h>
#include "vm_insnhelper.h"
#include "vm_insnhelper.c"
#include "vm_exec.h"

#ifdef  USE_INSN_STACK_INCREASE
#undef  USE_INSN_STACK_INCREASE
#endif
#define USE_INSN_STACK_INCREASE 1

#ifdef USE_INSN_RET_NUM
#undef USE_INSN_RET_NUM
#endif
#define USE_INSN_RET_NUM 1

#include "insns_info.inc"
#include "manual_update.h"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cast_off-0.2.1 ext/cast_off/cast_off.h
cast_off-0.2.0 ext/cast_off/cast_off.h