Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index 860f4aaa075704a43ee5829e9139364b3daf2a99..867a5db7bcdd3b37379c3eca91b6ac5aa6e1b8f0 100644 (file)
@@ -1,5 +1,5 @@
 /* Support routines for building symbol tables in GDB's internal format.
-   Copyright 1986-1999 Free Software Foundation, Inc.
+   Copyright 1986-2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -148,7 +148,7 @@ find_symbol_in_list (struct pending *list, char *name, int length)
 
 /* ARGSUSED */
 void
-really_free_pendings (int foo)
+really_free_pendings (PTR dummy)
 {
   struct pending *next, *next1;
 
@@ -492,7 +492,7 @@ make_blockvector (struct objfile *objfile)
                 long.  Possible solutions include a version of
                 complain which takes a callback, a
                 sprintf_address_numeric to match
-                print_address_numeric, or a way to set up a GDB_FILE
+                print_address_numeric, or a way to set up a UI_FILE
                 which causes sprintf rather than fprintf to be
                 called.  */
 
This page took 0.02343 seconds and 4 git commands to generate.