* 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

@ -4598,7 +4598,7 @@ cleanup_undefined_types_1 (void)
this unit. */
void
cleanup_undefined_types (struct objfile *objfile)
cleanup_undefined_stabs_types (struct objfile *objfile)
{
cleanup_undefined_types_1 ();
cleanup_undefined_types_noname (objfile);