From: Rafael Garcia-Suarez Date: Thu, 2 Nov 2006 11:01:29 +0000 (+0000) Subject: Silence a gcc warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9c6ae86dc1f6723c795186e5f64836b2e6c2f01;p=p5sagit%2Fp5-mst-13.2.git Silence a gcc warning p4raw-id: //depot/perl@29186 --- diff --git a/regexec.c b/regexec.c index 55a90d0..2380b3e 100644 --- a/regexec.c +++ b/regexec.c @@ -4679,13 +4679,13 @@ yes: PL_regmatch_slab = PL_regmatch_slab->prev; st = SLAB_LAST(PL_regmatch_slab); } - DEBUG_STATE_r( + DEBUG_STATE_r({ if (no_final) { DEBUG_STATE_pp("pop (no final)"); } else { DEBUG_STATE_pp("pop (yes)"); } - ); + }); depth--; } #else