Skip to content

Commit ca1af78

Browse files
committedJul 10, 2016
Updated parser gems.
1 parent ffbfd48 commit ca1af78

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
 

‎gems_list.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ rake-10.5.0.gem
99
rb-readline-0.5.3.gem
1010
rdoc-4.2.2.gem
1111
redcard-1.1.0.gem
12-
rubinius-ast-3.6.gem
12+
rubinius-ast-3.7.gem
1313
rubinius-bridge-2.2.gem
1414
rubinius-code-3.0.gem
1515
rubinius-compiler-3.4.gem
1616
rubinius-coverage-2.1.gem
1717
rubinius-debugger-2.4.gem
1818
rubinius-developer_tools-2.0.0.gem
1919
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
2222
rubinius-profiler-2.1.gem
2323
rubinius-toolset-3.0.gem
2424
rubysl-2.2.0.gem

‎machine/include/capi/capi_oop.h

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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
*

0 commit comments

Comments
 (0)
Please sign in to comment.