This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
core_prototype: Remove special cases for lock and tie
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jul 2011 06:55:41 +0000 (23:55 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jul 2011 07:09:04 +0000 (00:09 -0700)
commit1ecbeecf75755d93718667baf356b00f2037712c
tree046768dd078e21ca3ac778364ab190fef2120fb8
parent7de68bd5ba804db7c26eb42d7496401202a00b80
core_prototype: Remove special cases for lock and tie

core_prototype now calls scalar_mod_type in the OA_SCALARREF case.

For core functions, the only thing distinguishing the \$ and
\[$@%*] cases during parsing is the call to scalar_mod_type in
op_lvalue_flags.  So calling this same function here just works.
embed.fnc
op.c
proto.h