Saber C (lint) cleanups, and a few bug fixes. See ChangeLog.

This commit is contained in:
John Gilmore
1991-05-04 23:15:02 +00:00
parent b1847ba9e7
commit 5594d534a2
11 changed files with 90 additions and 39 deletions

View File

@@ -234,10 +234,9 @@ fetch_register (regno)
supply_register (regno, buf);
}
/* Fetch all registers, or just one, from the child process.
We should check for errors, but we don't. FIXME. */
/* Fetch all registers, or just one, from the child process. */
int
void
fetch_inferior_registers (regno)
int regno;
{