diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-04-01 01:20:02 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-04-01 01:20:02 +0000 |
commit | 65b06e02d98d79674a9890d225d9bbf7b8191dbe (patch) | |
tree | 89ae2a197c0b952bb0ad4294f1ef222efbffd56b /embed.fnc | |
parent | 2f554ef70d979db80efccf5fce9a84ca1a2f45dc (diff) | |
download | perl-65b06e02d98d79674a9890d225d9bbf7b8191dbe.tar.gz |
Eliminate the use of PL_bufend outside of toke.c:
give Perl_scan_vstring() an explicit 'end' arg rather than using
PL_bufend, and replace it with a local var in Perl_find_script()
p4raw-id: //depot/perl@30820
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -596,7 +596,7 @@ Apa |OP* |newWHILEOP |I32 flags|I32 debuggable|NULLOK LOOP* loop \ |I32 whileline|NULLOK OP* expr|NULLOK OP* block|NULLOK OP* cont \ |I32 has_my Apa |PERL_SI*|new_stackinfo|I32 stitems|I32 cxitems -Ap |char* |scan_vstring |NN const char *vstr|NN SV *sv +Ap |char* |scan_vstring |NN const char *vstr|NN const char *end|NN SV *sv Apd |const char* |scan_version |NN const char *vstr|NN SV *sv|bool qv Apd |SV* |new_version |NN SV *ver Apd |SV* |upg_version |NN SV *ver|bool qv |