tweak last patch

This commit is contained in:
Ian Lance Taylor 1996-03-12 17:26:23 +00:00
parent ea2488ad2e
commit 7826d7e117
1 changed files with 2 additions and 0 deletions

View File

@ -3199,6 +3199,8 @@ debug_type_samep (info, t1, t2)
break; break;
++pn1; ++pn1;
++pn2; ++pn2;
++pv1;
++pv2;
} }
ret = *pn1 == NULL && *pn2 == NULL; ret = *pn1 == NULL && *pn2 == NULL;
} }