2003-02-12 Andrew Cagney <ac131313@redhat.com>

* interps.h (interp_command_loop_ftype): Change return type to
	void.
This commit is contained in:
Andrew Cagney 2003-02-12 15:23:20 +00:00
parent 88fa91b473
commit 1cdac4ef8f
2 changed files with 6 additions and 1 deletions

View 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
{