From c2d11a7da0372ef052af1c74d56e264d8aae4743 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 7 Dec 1999 03:56:43 +0000 Subject: import gdb-1999-12-06 snapshot --- gdb/top.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index 3d1b040..95c07db 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -288,7 +288,7 @@ char *line; int linesize = 100; /* Nonzero if the current command is modified by "server ". This - affects things like recording into the command history, comamnds + affects things like recording into the command history, commands repeating on RETURN, etc. This is so a user interface (emacs, GUI, whatever) can issue its own commands and also send along commands from the user, and have the user not notice that the user interface @@ -472,7 +472,7 @@ PARAMS ((void)) ATTR_NORETURN; /* Return for reason REASON. This generally gets back to the command loop, but can be caught via catch_errors. */ - NORETURN void +NORETURN void return_to_top_level (reason) enum return_reason reason; { -- cgit v1.1