File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed
compiler/tests-check-prim Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,6 @@ From +ints.js:
113113caml_div
114114caml_mod
115115
116- From +io.js:
117- caml_input_value_to_outside_heap
118-
119116From +jslib.js:
120117caml_is_js
121118caml_trampoline
Original file line number Diff line number Diff line change @@ -222,9 +222,6 @@ From +ints.js:
222222caml_div
223223caml_mod
224224
225- From +io.js:
226- caml_input_value_to_outside_heap
227-
228225From +jslib.js:
229226caml_is_js
230227caml_trampoline
Original file line number Diff line number Diff line change @@ -187,9 +187,6 @@ From +ints.js:
187187caml_div
188188caml_mod
189189
190- From +io.js:
191- caml_input_value_to_outside_heap
192-
193190From +jslib.js:
194191caml_is_js
195192caml_trampoline
Original file line number Diff line number Diff line change @@ -406,6 +406,7 @@ function caml_input_value(chanid) {
406406
407407//Provides: caml_input_value_to_outside_heap
408408//Requires: caml_input_value
409+ //Version: >= 5
409410function caml_input_value_to_outside_heap ( c ) {
410411 return caml_input_value ( c ) ;
411412}
You can’t perform that action at this time.
0 commit comments