Commit e5a46778 by Richard Kenner

(NO_DEFER_POP): Remove last change.

From-SVN: r10132
parent dabf8373
...@@ -108,7 +108,7 @@ extern rtx nonlocal_goto_stack_level; ...@@ -108,7 +108,7 @@ extern rtx nonlocal_goto_stack_level;
extern tree nonlocal_labels; extern tree nonlocal_labels;
#endif #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) #define OK_DEFER_POP (inhibit_defer_pop -= 1)
/* Number of units that we should eventually pop off the stack. /* Number of units that we should eventually pop off the stack.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment