summaryrefslogtreecommitdiffstats
path: root/id.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-24 23:55:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-24 23:55:16 +0000
commit6efca5b28c8475557794ee38f5a9ae5af71a9630 (patch)
tree6227ef34cf6716a10e408c007c58f6731aebc345 /id.h
parentf8e3019d5e496f9634fe1a11416f9c7a7fa9585b (diff)
downloadruby-6efca5b28c8475557794ee38f5a9ae5af71a9630.tar.gz
ruby-6efca5b28c8475557794ee38f5a9ae5af71a9630.tar.xz
ruby-6efca5b28c8475557794ee38f5a9ae5af71a9630.zip
* id.h, id.c: remove idFuncall.
* compile.c (iseq_specialized_instruction): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'id.h')
-rw-r--r--id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/id.h b/id.h
index 32f4e27d4..4990dcd00 100644
--- a/id.h
+++ b/id.h
@@ -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__;