diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 06:27:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 06:27:12 +0000 |
commit | 46124e9ee58ad41479e5b089638f6c263bbddcb7 (patch) | |
tree | 26e0164d6d7cae383c24731b2defc831ec00b02d /doop.c | |
parent | c934e9d4dfb8a9e1c6e06a69da5761aa29b240b6 (diff) | |
download | perl-46124e9ee58ad41479e5b089638f6c263bbddcb7.tar.gz |
bump patchlevel to 52; other little tweaks for threads, win32 builds
p4raw-id: //depot/perl@1888
Diffstat (limited to 'doop.c')
-rw-r--r-- | doop.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -594,6 +594,7 @@ do_trans_UU_complex(SV *sv) I32 do_trans(SV *sv) { + dTHR; STRLEN len; if (SvREADONLY(sv) && !(PL_op->op_private & OPpTRANS_IDENTICAL)) |