Fix some K&R isms.

This commit is contained in:
Andrew Cagney
2002-07-11 13:50:50 +00:00
parent 239e1f3afa
commit 5ae5f59288
26 changed files with 90 additions and 56 deletions

View File

@@ -120,7 +120,7 @@ m68k_local_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
static int
m68k_register_bytes_ok (numbytes)
m68k_register_bytes_ok (long numbytes)
{
return ((numbytes == REGISTER_BYTES_FP)
|| (numbytes == REGISTER_BYTES_NOFP));