1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* id.h, id.c: remove idFuncall.

* compile.c (iseq_specialized_instruction): ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-08-24 23:55:16 +00:00
parent 2f17991bd1
commit d866a42025
4 changed files with 13 additions and 6 deletions

4
id.h
View file

@ -45,9 +45,9 @@ extern ID idEnd;
extern ID idBitblt;
extern ID idAnswer;
extern ID idSend;
extern ID id__send__;
extern ID idSendBang;
extern ID id__send;
extern ID idFuncall;
extern ID id__send_bang;
extern ID id__send__;