summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-12-28 09:44:14 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-12-29 15:32:42 +0000
commit7a5b473ebcffe303e0ee757c10a615cdeb97e2f3 (patch)
treea07d37782c82ec117e5fc68c056b35ccc36f4705 /toke.c
parent322a00dca208ae733bf03812b33845889461ef0b (diff)
downloadperl-7a5b473ebcffe303e0ee757c10a615cdeb97e2f3.tar.gz
av.c cleanup, plus!
Message-ID: <20051228214414.GD26033@petdance.com> p4raw-id: //depot/perl@26526
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 95669a9568..b8f3c71e15 100644
--- a/toke.c
+++ b/toke.c
@@ -10338,7 +10338,7 @@ S_scan_str(pTHX_ char *start, int keep_quoted, int keep_delims)
/* update debugger info */
if (PERLDB_LINE && PL_curstash != PL_debstash) {
- SV *sv = NEWSV(88,0);
+ SV * const sv = NEWSV(88,0);
sv_upgrade(sv, SVt_PVMG);
sv_setsv(sv,PL_linestr);