Correct comment in op.c
authorFather Chrysostomos <sprout@cpan.org>
Sun, 1 Jan 2012 07:52:14 +0000 (23:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 1 Jan 2012 08:09:31 +0000 (00:09 -0800)
commitd0887bf355d814178137ea993a289e129329180b
tree8a620950bb852a857450e61ed171195f3aa777a7
parent89139cf8b9171f35c9a292b738281de09c5432ab
Correct comment in op.c

‘Backward compatibility mode’ is poppycock, I’m afraid.  When part of
an argument list a sub call it may or may not be an lvalue.  That can-
not be determined until the value passed is (or is not) assigned to.
It has little to do with backward compatibility.
op.c