* symfile.c (fill_in_vptr_fieldno): Don't call check_stub_type.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 26 Apr 1991 23:07:03 +0000 (23:07 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 26 Apr 1991 23:07:03 +0000 (23:07 +0000)
Return void not int. (also declarations in symfile.h and value.h).

gdb/symfile.h

index e30b696a18c806403e4cdb2c6efdbc2fbe2b1a2e..189767fa6d7da593391edeecc6061ac4e4ffb50b 100644 (file)
@@ -94,7 +94,7 @@ struct sym_fns {
                        /*   Functions   */
 
 extern int  free_named_symtabs ();
-extern int  fill_in_vptr_fieldno ();
+extern void fill_in_vptr_fieldno ();
 extern void add_symtab_fns ();
 
 /* Functions for dealing with the misc "function" vector, really a misc
This page took 0.025813 seconds and 4 git commands to generate.