From 8098dd6c802db53a0e879efb7e48e75981f043d3 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 10 Oct 2001 08:21:13 +0000 Subject: * file.c (rb_stat_clone): should copy internal data too. * numeric.c (num_clone): Numeric should not be copied by clone. * object.c (rb_obj_clone): should check immediate values. * parse.y (command): `yield' should take command_args. * parse.y (parse_quotedwords): %w(...) is not a string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern.h') diff --git a/intern.h b/intern.h index 4ea537c951..eedbab3da4 100644 --- a/intern.h +++ b/intern.h @@ -141,6 +141,7 @@ VALUE rb_apply _((VALUE, ID, VALUE)); void rb_backtrace _((void)); ID rb_frame_last_func _((void)); VALUE rb_obj_instance_eval _((int, VALUE*, VALUE)); +VALUE rb_mod_module_eval _((int, VALUE*, VALUE)); void rb_load _((VALUE, int)); void rb_load_protect _((VALUE, int, int*)); NORETURN(void rb_jump_tag _((int))); -- cgit v1.2.3