Improve previous fix.

From-SVN: r62831
This commit is contained in:
Gabriel Dos Reis 2003-02-13 08:10:27 +00:00
parent 62ed060f3c
commit e8298892fa

View File

@ -5003,7 +5003,7 @@ define_label (const char* filename, int line, tree name)
if (DECL_INITIAL (decl) != NULL_TREE)
{
error ("duplicate label `%D'", decl);
POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, NULL);
POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, NULL_TREE);
}
else
{