summaryrefslogtreecommitdiff
path: root/id.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 12:19:00 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 12:19:00 +0000
commit807fbd69403bcae4bc38138a8f8a4bba5914dcda (patch)
tree81c0a3a254400ac6374637dd566e6dbfeec6cf90 /id.c
parent1b62e5ec370a5e442effad9b5012cb3373a839ff (diff)
* compile.c, vm.c, insns.def: call FrozenCore.set_postexe method
instead to use "postexe" insn. * id.c, id.h: add a prepared id for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'id.c')
-rw-r--r--id.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/id.c b/id.c
index 5e3072dcba..a02504d809 100644
--- a/id.c
+++ b/id.c
@@ -74,4 +74,5 @@ Init_id(void)
id_core_undef_method = rb_intern("core_undef_method");
id_core_define_method = rb_intern("core_define_method");
id_core_define_singleton_method = rb_intern("core_define_singleton_method");
+ id_core_set_postexe = rb_intern("core_set_postexe");
}