Silence a gcc warning
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 11:01:29 +0000 (11:01 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 11:01:29 +0000 (11:01 +0000)
p4raw-id: //depot/perl@29186

regexec.c

index 55a90d0..2380b3e 100644 (file)
--- 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