(NO_DEFER_POP): Remove last change.

From-SVN: r10132
This commit is contained in:
Richard Kenner 1995-07-14 18:18:57 -04:00
parent dabf8373fb
commit e5a46778f6
1 changed files with 1 additions and 1 deletions

View File

@ -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.