* symfile.c (compare_psymbols, compare_symbols): Declare using
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 29 May 2001 10:20:27 +0000 (10:20 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 29 May 2001 10:20:27 +0000 (10:20 +0000)
PTR, as in the definition.

gdb/ChangeLog
gdb/symfile.c

index ca5baf316d6c38034c17f0cf24997fb0e0b54209..0dee0853f6a23fc104a1351d609ca439a4d457b5 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-29  Alexandre Oliva  <aoliva@redhat.com>
+
+       * symfile.c (compare_psymbols, compare_symbols): Declare using
+       PTR, as in the definition.
+
 2001-05-25  Nick Duffek  <nsd@redhat.com>
 
        * solib.c (update_solib_list): Move target_resize_to_sections()
index 822c114fa3f74abe892aa7041fe25abfb2c32d53..5535eb6ed4d61d591a7921c894ec5a01f86afbe0 100644 (file)
@@ -117,9 +117,9 @@ static void add_shared_symbol_files_command (char *, int);
 
 static void cashier_psymtab (struct partial_symtab *);
 
-static int compare_psymbols (const void *, const void *);
+static int compare_psymbols (const PTR, const PTR);
 
-static int compare_symbols (const void *, const void *);
+static int compare_symbols (const PTR, const PTR);
 
 bfd *symfile_bfd_open (char *);
 
This page took 0.030095 seconds and 4 git commands to generate.