[ruby-cvs:71828] k0kubun:r64736 (trunk): iseq.c: prefix rb_ to non-static iseq functions
k0kubun at ruby-lang.org
k0kubun at ruby-lang.org
Thu Sep 13 22:59:25 JST 2018
k0kubun 2018-09-13 22:59:25 +0900 (Thu, 13 Sep 2018)
New Revision: 64736
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64736
Log:
iseq.c: prefix rb_ to non-static iseq functions
I assume we always prefix rb_ to non-static functions to avoid conflict.
These functions are not exported and safe to be renamed.
iseq.h: ditto
compile.c: ditto
Modified files:
trunk/compile.c
trunk/iseq.c
trunk/iseq.h
More information about the ruby-cvs
mailing list