summaryrefslogtreecommitdiff
path: root/id.h
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.h
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.h')
-rw-r--r--id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/id.h b/id.h
index 75cc7b1a6c..977dcf57a3 100644
--- a/id.h
+++ b/id.h
@@ -58,5 +58,6 @@ extern ID id_core_set_variable_alias;
extern ID id_core_undef_method;
extern ID id_core_define_method;
extern ID id_core_define_singleton_method;
+extern ID id_core_set_postexe;
#endif /* RUBY_ID_H */