Guard open.t against Encode not being available
[p5sagit/p5-mst-13.2.git] / scope.c
diff --git a/scope.c b/scope.c
index 5da2554..ed4c835 100644 (file)
--- a/scope.c
+++ b/scope.c
@@ -93,7 +93,7 @@ Perl_push_scope(pTHX)
        Renew(PL_scopestack, PL_scopestack_max, I32);
 #ifdef DEBUGGING
        Renew(PL_scopestack_name, PL_scopestack_max, const char*);
-#endif DEBUGGING
+#endif
     }
 #ifdef DEBUGGING
     PL_scopestack_name[PL_scopestack_ix] = "unknown";