From: Richard Kenner Date: Fri, 14 Jul 1995 22:18:57 +0000 (-0400) Subject: (NO_DEFER_POP): Remove last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5a46778f62c3b2332021131f00d6655739c2669;p=gcc.git (NO_DEFER_POP): Remove last change. From-SVN: r10132 --- diff --git a/gcc/expr.h b/gcc/expr.h index 8188ad453c5..467272141d4 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -108,7 +108,7 @@ extern rtx nonlocal_goto_stack_level; extern tree nonlocal_labels; #endif -#define NO_DEFER_POP (do_pending_stack_adjust (), inhibit_defer_pop += 1) +#define NO_DEFER_POP (inhibit_defer_pop += 1) #define OK_DEFER_POP (inhibit_defer_pop -= 1) /* Number of units that we should eventually pop off the stack.