@@ -17,6 +17,7 @@ function caml_runtime_events_user_write(event, event_content) {
1717}
1818
1919//Provides: caml_runtime_events_user_resolve
20+ //Version: >= 5.0
2021function caml_runtime_events_user_resolve ( ) {
2122 return 0 ;
2223}
@@ -28,7 +29,7 @@ function caml_ml_runtime_events_start() {
2829}
2930
3031//Provides: caml_runtime_events_start
31- //Version: < 5.2
32+ //Version: >= 5.0, < 5.2
3233function caml_runtime_events_start ( ) {
3334 return 0 ;
3435}
@@ -40,7 +41,7 @@ function caml_ml_runtime_events_pause() {
4041}
4142
4243//Provides: caml_runtime_events_pause
43- //Version: < 5.2
44+ //Version: >= 5.0, < 5.2
4445function caml_runtime_events_pause ( ) {
4546 return 0 ;
4647}
@@ -52,7 +53,7 @@ function caml_ml_runtime_events_are_active() {
5253}
5354
5455//Provides: caml_runtime_events_resume
55- //Version: < 5.2
56+ //Version: >=5.0, < 5.2
5657function caml_runtime_events_resume ( ) {
5758 return 0 ;
5859}
@@ -64,16 +65,19 @@ function caml_ml_runtime_events_resume() {
6465}
6566
6667//Provides: caml_runtime_events_create_cursor
68+ //Version: >= 5.0
6769function caml_runtime_events_create_cursor ( target ) {
6870 return { } ;
6971}
7072
7173//Provides: caml_runtime_events_free_cursor
74+ //Version: >= 5.0
7275function caml_runtime_events_free_cursor ( cursor ) {
7376 return 0 ;
7477}
7578
7679//Provides: caml_runtime_events_read_poll
80+ //Version: >= 5.0
7781function caml_runtime_events_read_poll ( cursor , callbacks , num ) {
7882 return 0 ;
7983}
0 commit comments