op_lvalue .= _flags
authorFather Chrysostomos <sprout@cpan.org>
Fri, 24 Jun 2011 04:48:07 +0000 (21:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 24 Jun 2011 15:19:26 +0000 (08:19 -0700)
commitd3d7d28f48f0f4ec3f5cf5d018255ea731f01f56
treeefd138ff1d329dceb01d8831d5a3efdbc0cf86fc
parent63983e4c95135b2dd0fa466c28136f053046a340
op_lvalue .= _flags

Add flags param to op_lvalue, so that the caller can ask it not to
croak when encountering an unmodifiable op (upcoming).

This is in preparation for making the \$ prototype accept any lvalue.

There is no mathom, as the changes that this will support
are by no means suitable for maint.
embed.fnc
embed.h
global.sym
op.c
op.h
proto.h