Replace STRCMP with strcmp()

This commit is contained in:
Andrew Cagney
2001-01-19 08:01:47 +00:00
parent 8038e1e2b1
commit 494b7ec97e
8 changed files with 24 additions and 23 deletions

View File

@@ -1151,7 +1151,7 @@ verify_break (int vec)
{
memory_error (status, memaddress);
}
return (STRCMP (instr, buf));
return (strcmp (instr, buf));
}
return (-1);
}