From-SVN: r32482
This commit is contained in:
Jason Merrill 2000-03-11 05:14:13 -05:00
parent 40eac643be
commit 720507936f
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ throw_bad_cast ()
static tree
throw_bad_typeid ()
{
tree fn = get_identifier ("__throw_bad_cast");
tree fn = get_identifier ("__throw_bad_typeid");
if (IDENTIFIER_GLOBAL_VALUE (fn))
fn = IDENTIFIER_GLOBAL_VALUE (fn);
else