]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* top.c, utils.c, main.c: Replace error_pre_print with two
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 4 Apr 1995 20:07:21 +0000 (20:07 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 4 Apr 1995 20:07:21 +0000 (20:07 +0000)
commitdee803840d2ba679a5444ed6715be25194a8e8d7
treed212125a99632bc7f52d5ce684a0ac119d51c716
parent01c32fc42ce3ad8e03b04c81db50fd6b0e171c26
* top.c, utils.c, main.c: Replace error_pre_print with two
variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
(for RETURN_QUIT).  Fixes a bug whereby typing ^C (e.g. in "maint
print sym") could output extraneous stuff.
* objfiles.c: Don't declare error_pre_print; defs.h does it.
gdb/ChangeLog
gdb/objfiles.c
gdb/top.c