The list of changes is too long to fit in the cvs log (since it truncates!).

Look at the ChangeLog for Apr 30 and May 1.
This commit is contained in:
Jim Kingdon
1991-05-02 04:28:42 +00:00
parent 04a0511c0a
commit e1ce8aa5ed
30 changed files with 393 additions and 145 deletions

View File

@@ -818,6 +818,11 @@ extern struct type *lookup_member_type ();
extern struct type *lookup_method_type ();
extern struct type *lookup_class ();
extern void smash_to_method_type ();
void smash_to_member_type (
#ifdef __STDC__
struct type *, struct type *, struct type *
#endif
);
extern struct type *allocate_stub_method ();
/* end of C++ stuff. */
@@ -902,6 +907,16 @@ void symbol_file_add ();
/* source.c */
int identify_source_line ();
void print_source_lines ();
void forget_cached_source_info (
#ifdef __STDC__
void
#endif
);
void select_source_symtab (
#ifdef __STDC__
struct symtab *
#endif
);
char **make_symbol_completion_list ();