aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-07-14 18:18:57 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-07-14 18:18:57 -0400
commite5a46778f62c3b2332021131f00d6655739c2669 (patch)
tree93c801da064f7c0df865e5effa20a6ca2ba537ff /gcc/expr.h
parentdabf8373fb4ffe41152489f1a2bf019f903bddf7 (diff)
downloadgcc-e5a46778f62c3b2332021131f00d6655739c2669.zip
gcc-e5a46778f62c3b2332021131f00d6655739c2669.tar.gz
gcc-e5a46778f62c3b2332021131f00d6655739c2669.tar.bz2
(NO_DEFER_POP): Remove last change.
From-SVN: r10132
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 8188ad4..4672721 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.