aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1991-05-02 04:28:42 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1991-05-02 04:28:42 +0000
commite1ce8aa5ed46310d716472d19d2e87da2833d599 (patch)
treecacaf1a83d8e388b049c2b3bc454f311dd34b6e2 /gdb/command.c
parent04a0511c0af3d07f7b4587fbf4715d2b956f1fad (diff)
downloadgdb-e1ce8aa5ed46310d716472d19d2e87da2833d599.zip
gdb-e1ce8aa5ed46310d716472d19d2e87da2833d599.tar.gz
gdb-e1ce8aa5ed46310d716472d19d2e87da2833d599.tar.bz2
The list of changes is too long to fit in the cvs log (since it truncates!).
Look at the ChangeLog for Apr 30 and May 1.
Diffstat (limited to 'gdb/command.c')
-rw-r--r--gdb/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/command.c b/gdb/command.c
index dc9d5fc..36661be 100644
--- a/gdb/command.c
+++ b/gdb/command.c
@@ -15,11 +15,11 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <stdio.h>
#include "defs.h"
#include "command.h"
#include "symtab.h"
#include "value.h"
-#include <stdio.h>
#include <ctype.h>
#include <string.h>
@@ -160,6 +160,7 @@ add_abbrev_prefix_cmd (name, class, fun, doc, prefixlist, prefixname,
return c;
}
+/* ARGSUSED */
void
not_just_help_class_command (args, from_tty, c)
char *args;
@@ -254,8 +255,6 @@ delete_cmd (name, list)
}
}
-void help_cmd (), help_list (), help_cmd_list ();
-
/* This command really has to deal with two things:
* 1) I want documentation on *this string* (usually called by
* "help commandname").
@@ -1083,6 +1082,7 @@ cmd_show_list (list, from_tty, prefix)
}
}
+/* ARGSUSED */
static void
shell_escape (arg, from_tty)
char *arg;