diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-05-16 13:45:22 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-21 19:15:02 +0000 |
commit | 57ff9a15b1566945fcd54bfbac75501e3ca969c2 (patch) | |
tree | 79bf5ebd42a7171413443f1133e953243f7e53ec /gv.c | |
parent | 62520c913c464c89e94916880c0661ff91051cc2 (diff) | |
download | perl-57ff9a15b1566945fcd54bfbac75501e3ca969c2.tar.gz |
[win32] fix problematic change#965 from maintbranch
Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
p4raw-link: @965 on //depot/maint-5.004/perl: 8472ac73d6d802946d766b5459d2d9c334889a3f
p4raw-id: //depot/win32/perl@1023
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ gv_init(GV *gv, HV *stash, char *name, STRLEN len, int multi) if (multi) GvMULTI_on(gv); if (doproto) { /* Replicate part of newSUB here. */ + SvIOK_off(gv); ENTER; start_subparse(0,0); /* Create CV in compcv. */ GvCV(gv) = compcv; |