diff options
author | John Peacock <jpeacock@rowman.com> | 2003-07-08 18:05:38 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-09 06:58:39 +0000 |
commit | f333445c29f1556015c4df0c417df8e1a742d36d (patch) | |
tree | 7e58fc16146315ff89d4c7c5d04390faa867f397 /embed.fnc | |
parent | 9a33f774ee40a20ac08cacf3360fea9af2b7ff5d (diff) | |
download | perl-f333445c29f1556015c4df0c417df8e1a742d36d.tar.gz |
Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
Message-ID: <3F0BCCD2.1020009@rowman.com>
p4raw-id: //depot/perl@20084
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -533,7 +533,7 @@ Ap |OP* |newWHILEOP |I32 flags|I32 debuggable|LOOP* loop \ |I32 whileline|OP* expr|OP* block|OP* cont Ap |PERL_SI*|new_stackinfo|I32 stitems|I32 cxitems -Apd |char* |scan_vstring |char *vstr|SV *sv +Ap |char* |scan_vstring |char *vstr|SV *sv Apd |char* |scan_version |char *vstr|SV *sv Apd |SV* |new_version |SV *ver Apd |SV* |upg_version |SV *ver |