diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-26 23:07:03 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-26 23:07:03 +0000 |
commit | b011df52462903c6b73e436a06b9b8e55e84185e (patch) | |
tree | 0ff74dabdcc067ec0422df12be6b00ba6245fe29 /gdb/symfile.h | |
parent | d166df9b4e643492b97c1866db240d3f8114ad0d (diff) | |
download | gdb-b011df52462903c6b73e436a06b9b8e55e84185e.zip gdb-b011df52462903c6b73e436a06b9b8e55e84185e.tar.gz gdb-b011df52462903c6b73e436a06b9b8e55e84185e.tar.bz2 |
* symfile.c (fill_in_vptr_fieldno): Don't call check_stub_type.
Return void not int. (also declarations in symfile.h and value.h).
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index e30b696..189767f 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -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 |