* top.c (init_main): Make `set history file name' complete on file
[deliverable/binutils-gdb.git] / gdb / kdb-start.c
index 7a4acb712089fe0315977550da7e41e50cedbe71..df054d6f5a26875f6487e3176d34cbf805a1de26 100644 (file)
@@ -1,5 +1,5 @@
 /* Main loop for the standalone kernel debugger, for GDB, the GNU Debugger.
-   Copyright 1989, 1991, 1992 Free Software Foundation, Inc.
+   Copyright 1989, 1991, 1992, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,7 +28,7 @@ static char *environment[] =
 
 char **environ;
 
-start ()
+start (void)
 {
   INIT_STACK (kdb_stack_beg, kdb_stack_end);
 
This page took 0.023818 seconds and 4 git commands to generate.