From fba45db2faf619e71856ee38ec63949c0ef6903e Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 30 Jul 2000 01:48:28 +0000 Subject: Protoization. --- gdb/m68hc11-tdep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/m68hc11-tdep.c') diff --git a/gdb/m68hc11-tdep.c b/gdb/m68hc11-tdep.c index 82d71b2..4c2d505 100644 --- a/gdb/m68hc11-tdep.c +++ b/gdb/m68hc11-tdep.c @@ -323,7 +323,7 @@ m68hc11_saved_pc_after_call (struct frame_info *frame) registers. */ void -m68hc11_pop_frame () +m68hc11_pop_frame (void) { m68hc11_not_yet ("m68hc11_pop_frame"); } @@ -727,7 +727,7 @@ m68hc11_push_arguments (int nargs, CORE_ADDR -m68hc11_call_dummy_address () +m68hc11_call_dummy_address (void) { m68hc11_not_yet ("m68hc11_call_dummy_address"); return 0; @@ -745,7 +745,7 @@ m68hc11_extract_return_value (struct type *valtype, } void -_initialize_m68hc11_tdep () +_initialize_m68hc11_tdep (void) { tm_print_insn = print_insn_m68hc11; -- cgit v1.1