Skip to content

Commit a4d63d8

Browse files
committed
Export rb_f_eval
1 parent d62e0ba commit a4d63d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/ruby/intern.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,7 @@ VALUE rb_time_succ(VALUE);
942942
int rb_frame_method_id_and_class(ID *idp, VALUE *klassp);
943943
VALUE rb_make_backtrace(void);
944944
VALUE rb_make_exception(int, VALUE*);
945+
VALUE rb_f_eval(int argc, VALUE *argv, VALUE self);
945946

946947
/* deprecated */
947948
DEPRECATED(void rb_frame_pop(void));

0 commit comments

Comments
 (0)