File tree 2 files changed +11
-3
lines changed
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
9
9
rb-readline-0.5.3.gem
10
10
rdoc-4.2.2.gem
11
11
redcard-1.1.0.gem
12
- rubinius-ast-3.6 .gem
12
+ rubinius-ast-3.7 .gem
13
13
rubinius-bridge-2.2.gem
14
14
rubinius-code-3.0.gem
15
15
rubinius-compiler-3.4.gem
16
16
rubinius-coverage-2.1.gem
17
17
rubinius-debugger-2.4.gem
18
18
rubinius-developer_tools-2.0.0.gem
19
19
rubinius-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
22
22
rubinius-profiler-2.1.gem
23
23
rubinius-toolset-3.0.gem
24
24
rubysl-2.2.0.gem
Original file line number Diff line number Diff line change 1
1
#ifndef RBX_CAPI_MRI_OOP_H
2
2
#define RBX_CAPI_MRI_OOP_H
3
3
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
+
4
12
/*
5
13
* In MRI, VALUE represents an object.
6
14
*
You can’t perform that action at this time.
0 commit comments