diff options
author | Marty Pauley <marty+p5p@kasei.com> | 2002-09-20 11:55:33 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-26 09:54:05 +0000 |
commit | 2b4bd638ab397a4d93192b8f54f8161045373803 (patch) | |
tree | a1baad152c137a8143e05de46dbca068971af887 /utf8.c | |
parent | a7235d9150f0ab27193f4377f0fceafec4b22921 (diff) | |
download | perl-2b4bd638ab397a4d93192b8f54f8161045373803.tar.gz |
[PATCH] bug in utf8.c(?)
Subject: [PATCH] bug in utf8.c(?)
p4raw-id: //depot/perl@17928
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1542,6 +1542,7 @@ Perl_swash_init(pTHX_ char* pkg, char* name, SV *listsv, I32 minbits, I32 none) if (PL_curcop == &PL_compiling) { /* XXX ought to be handled by lex_start */ SAVEI32(PL_in_my); + PL_in_my = 0; sv_setpv(tokenbufsv, PL_tokenbuf); } errsv_save = newSVsv(ERRSV); |