summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2016-08-08 03:09:54 +0200
committerLukas Mai <l.mai@web.de>2016-08-08 03:09:54 +0200
commitc318a6eee0cd809c5d22fb13a5d29bfa7eb959d8 (patch)
treec9c9e55717cf67ac8094442f3ac290fc35da74fb /perl.c
parent33a4312b882ab5f5396974a8fe8f5235559c2d82 (diff)
downloadperl-c318a6eee0cd809c5d22fb13a5d29bfa7eb959d8.tar.gz
INCMARK is a statement now; don't cast it
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index ec73f15bd5..44f86426d2 100644
--- a/perl.c
+++ b/perl.c
@@ -2848,7 +2848,7 @@ Perl_call_sv(pTHX_ SV *sv, VOL I32 flags)
(void)POPMARK;
old_cxix = cxstack_ix;
create_eval_scope(NULL, flags|G_FAKINGEVAL);
- (void)INCMARK;
+ INCMARK;
JMPENV_PUSH(ret);