Rationalise the logic in lex_start for creating a new temporary if the
authorNicholas Clark <nick@ccl4.org>
Sun, 31 Dec 2006 16:58:18 +0000 (16:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 31 Dec 2006 16:58:18 +0000 (16:58 +0000)
commit10efb74f64fe893d58bec201ca5044ac1e94c795
tree4d1b3bbbc65dda4c7a3716bab2f74ff627bf7627
parent054149a8968eff13946521ef29d0987fadd9a28b
Rationalise the logic in lex_start for creating a new temporary if the
passed in SV is read only or doesn't end in ';'. Also, allow a NULL
pointer to imply a zero length string, which saves creating a mortal
in pp_require, only for it to be ignored in favour of a new SV.

p4raw-id: //depot/perl@29647
embed.fnc
pp_ctl.c
proto.h
toke.c