File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ rake-10.5.0.gem
99rb-readline-0.5.3.gem
1010rdoc-4.2.2.gem
1111redcard-1.1.0.gem
12- rubinius-ast-3.6 .gem
12+ rubinius-ast-3.7 .gem
1313rubinius-bridge-2.2.gem
1414rubinius-code-3.0.gem
1515rubinius-compiler-3.4.gem
1616rubinius-coverage-2.1.gem
1717rubinius-debugger-2.4.gem
1818rubinius-developer_tools-2.0.0.gem
1919rubinius-instructions-3.0.gem
20- rubinius-melbourne-3.6 .gem
21- rubinius-processor-3.0 .gem
20+ rubinius-melbourne-3.7 .gem
21+ rubinius-processor-3.1 .gem
2222rubinius-profiler-2.1.gem
2323rubinius-toolset-3.0.gem
2424rubysl-2.2.0.gem
Original file line number Diff line number Diff line change 11#ifndef RBX_CAPI_MRI_OOP_H
22#define RBX_CAPI_MRI_OOP_H
33
4+ #ifndef native_int
5+ typedef intptr_t native_int ;
6+ #endif
7+
8+ #ifndef native_uint
9+ typedef uintptr_t native_uint ;
10+ #endif
11+
412/*
513 * In MRI, VALUE represents an object.
614 *
You can’t perform that action at this time.
0 commit comments