Eliminate make_cleanup_func from top.c

This commit is contained in:
Andrew Cagney
2000-05-22 05:43:39 +00:00
parent 5683e87aa5
commit e41a3b1ac5
4 changed files with 69 additions and 20 deletions

View File

@ -487,7 +487,7 @@ command_handler (char *command)
quit_flag = 0;
if (instream == stdin && stdin_is_tty)
reinitialize_more_filter ();
old_chain = make_cleanup ((make_cleanup_func) command_loop_marker, 0);
old_chain = make_cleanup (command_loop_marker, 0);
#if defined(TUI)
insert_mode = 0;