aboutsummaryrefslogtreecommitdiffstats
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
commitd866a4202518df17b0acd02a601a56a4b44e252e (patch)
tree6227ef34cf6716a10e408c007c58f6731aebc345 /id.h
parent2f17991bd12e45ba5e4ca4ae973ba0af3887b5d6 (diff)
downloadruby-d866a4202518df17b0acd02a601a56a4b44e252e.tar.gz
* 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
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 32f4e27d45..4990dcd006 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__;