2003-02-12 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 12 Feb 2003 15:23:20 +0000 (15:23 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 12 Feb 2003 15:23:20 +0000 (15:23 +0000)
* interps.h (interp_command_loop_ftype): Change return type to
void.

gdb/ChangeLog
gdb/interps.h

index b4d4bc486543189014c5e43e64e90226c0de8815..a7ca6ae7e167412bf36ba8f90e826897093b7f51 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-12  Andrew Cagney  <ac131313@redhat.com>
+
+       * interps.h (interp_command_loop_ftype): Change return type to
+       void.
+
 2003-02-12  Michal Ludvig  <mludvig@suse.cz>
 
        * x86-64-tdep.c (x86_64_extract_return_value)
index 21362f4ddec8c487fc5955fc7d12dc7f37785015..3954e5536711208c1b9f7d154f20204e65482efb 100644 (file)
@@ -39,7 +39,7 @@ typedef int (interp_resume_ftype) (void *data);
 typedef int (interp_suspend_ftype) (void *data);
 typedef int (interp_prompt_p_ftype) (void *data);
 typedef int (interp_exec_ftype) (void *data, const char *command);
-typedef int (interp_command_loop_ftype) (void *data);
+typedef void (interp_command_loop_ftype) (void *data);
 
 struct interp_procs
 {