* stabsread.h (cleanup_undefined_stabs_types): Renamed from

cleanup_undefined_types.
	* stabsread.c (cleanup_undefined_stabs_types): Ditto.
	All callers updated.
This commit is contained in:
Doug Evans
2012-05-29 18:54:50 +00:00
parent d416e51da0
commit 0a0edcd5c2
4 changed files with 12 additions and 5 deletions

View File

@ -129,7 +129,7 @@ EXTERN int n_this_object_header_files;
EXTERN int n_allocated_this_object_header_files;
extern void cleanup_undefined_types (struct objfile *);
extern void cleanup_undefined_stabs_types (struct objfile *);
extern long read_number (char **, int);