2003-01-18 Andrew Cagney <ac131313@redhat.com>

* ada-valprint.c: Eliminate PTR.
	* breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
	* defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
	* exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
	* objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
	* remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
	* solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
	* symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
This commit is contained in:
Andrew Cagney
2003-01-18 15:55:53 +00:00
parent 88e90c405f
commit 4efb68b1ad
31 changed files with 117 additions and 106 deletions

View File

@@ -245,8 +245,8 @@ enum auto_boolean
struct cleanup
{
struct cleanup *next;
void (*function) (PTR);
PTR arg;
void (*function) (void *);
void *arg;
};
@@ -967,7 +967,7 @@ extern int catch_exceptions (struct ui_out *uiout,
This function is superseeded by catch_exceptions(). */
typedef int (catch_errors_ftype) (PTR);
typedef int (catch_errors_ftype) (void *);
extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
/* Template to catch_errors() that wraps calls to command