* mips-tdep.c (init_extra_frame_info): Use frame relative stack
[deliverable/binutils-gdb.git] / gdb / main.c
index c5cfa38dd980b1e18bbe105d20bc14f320bd67d1..1dafb9f03b7bdb323c165ec45ef41ce551ab2d8e 100644 (file)
@@ -1,5 +1,5 @@
 /* Top level `main' program for GDB, the GNU debugger.
-   Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992
+   Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
    Free Software Foundation, Inc.
 
 This file is part of GDB.
@@ -2186,7 +2186,7 @@ GDB %s (%s", version, host_canonical);
 
   fprintf_filtered (stream, "), ");
   wrap_here("");
-  fprintf_filtered (stream, "Copyright 1993 Free Software Foundation, Inc.");
+  fprintf_filtered (stream, "Copyright 1994 Free Software Foundation, Inc.");
 }
 
 /* ARGSUSED */
@@ -2475,7 +2475,7 @@ show_commands (args, from_tty)
      than the number of the last command).  Relative to history_base.  */
   int hist_len;
 
-  extern struct _hist_entry *history_get PARAMS ((int));
+  extern HIST_ENTRY *history_get PARAMS ((int));
   extern int history_base;
 
   /* Print out some of the commands from the command history.  */
This page took 0.023662 seconds and 4 git commands to generate.