diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-22 19:28:21 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-22 19:28:21 +0000 |
commit | f987c7de872f3c20b09e75a8cd08fc8c3c4aefd2 (patch) | |
tree | d8d4373c6aa0f180dc0cf1735879a3bd521d900f /pp_ctl.c | |
parent | 161b471ac314d8d6343f9f351e5fb9ef816168a8 (diff) | |
download | perl-f987c7de872f3c20b09e75a8cd08fc8c3c4aefd2.tar.gz |
Builds and passes all but english.t on win32 VC++
p4raw-id: //depot/ansiperl@281
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2119,7 +2119,7 @@ sv_compile_2op(SV *sv, OP** startop, char *code, AV** avp) dSP; /* Make POPBLOCK work. */ PERL_CONTEXT *cx; SV **newsp; - I32 gimme = GIMME; + I32 gimme = 0; /* SUSPECT - INITIALZE TO WHAT? NI-S */ I32 optype; OP dummy; OP *oop = op, *rop; |