[ruby-cvs:53512] nobu:r46366 (trunk): node.h: remove NODE_PRIVATE_RECV
nobu at ruby-lang.org
nobu at ruby-lang.org
Fri Jun 6 22:19:33 JST 2014
nobu 2014-06-06 22:19:31 +0900 (Fri, 06 Jun 2014)
New Revision: 46366
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46366
Log:
node.h: remove NODE_PRIVATE_RECV
* compile.c (private_recv_p): check by node type, instead of a
magic number.
* node.h (NODE_PRIVATE_RECV), parse.y (attrset_gen): remove
Modified files:
trunk/ChangeLog
trunk/compile.c
trunk/node.h
trunk/parse.y
More information about the ruby-cvs
mailing list