projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b50316
)
silence a warning in Perl_sv_compile_2op
author
Dave Mitchell
<davem@fdisolutions.com>
Fri, 1 Jul 2005 11:49:22 +0000
(11:49 +0000)
committer
Dave Mitchell
<davem@fdisolutions.com>
Fri, 1 Jul 2005 11:49:22 +0000
(11:49 +0000)
p4raw-id: //depot/perl@25035
pp_ctl.c
patch
|
blob
|
history
diff --git
a/pp_ctl.c
b/pp_ctl.c
index
fbd533e
..
13a943c
100644
(file)
--- a/
pp_ctl.c
+++ b/
pp_ctl.c
@@
-2768,7
+2768,7
@@
Perl_sv_compile_2op(pTHX_ SV *sv, OP** startop, const char *code, PAD** padp)
dVAR; dSP; /* Make POPBLOCK work. */
PERL_CONTEXT *cx;
SV **newsp;
- I32 gimme;
+ I32 gimme
= G_VOID
;
I32 optype;
OP dummy;
OP *rop;