summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index 5da2554292..ed4c835de9 100644
--- 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";