* a68v-xdep.c (store_inferior_registers): Define as type void.

* configure.in:  Add host m68k-apollo*-bsd*.
* demangle.c (struct demanglers):  Use enum instead of constant
value to keep braindamaged HP/Apollo compiler happy.
This commit is contained in:
Stu Grossman
1992-09-03 16:26:03 +00:00
parent 2c0e53a423
commit 6c7e40b4ab
5 changed files with 15 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ fetch_inferior_registers ()
If REGNO is -1, do this for all registers.
Otherwise, REGNO specifies which register (so we can save time). */
void
store_inferior_registers (regno)
int regno;
{