diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-09 17:10:15 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-09 17:10:15 +0000 |
commit | a9529cba730143751280608d9cb8a4d7f0b0a249 (patch) | |
tree | 2f1f2faf8888774c1447f3200d654e240326b068 /perl.c | |
parent | d0abe6c5e0e0a4db696c20e9f839d4a8ecaf4b54 (diff) | |
download | perl-a9529cba730143751280608d9cb8a4d7f0b0a249.tar.gz |
[win32] minor cleanup
p4raw-id: //depot/win32/perl@919
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2836,7 +2836,6 @@ init_main_thread() SvLEN_set(thrsv, sizeof(thr)); *SvEND(thrsv) = '\0'; /* in the trailing_nul field */ thr->oursv = thrsv; - curcop = &compiling; chopset = " \n-"; MUTEX_LOCK(&threads_mutex); |