Fix some K&R isms.

This commit is contained in:
Andrew Cagney
2002-07-11 13:50:50 +00:00
parent 239e1f3afa
commit 5ae5f59288
26 changed files with 90 additions and 56 deletions

View File

@@ -136,9 +136,9 @@ static int es1800_insert_breakpoint (CORE_ADDR, char *);
static void es1800_files_info (struct target_ops *);
static int
es1800_xfer_inferior_memory (CORE_ADDR, char *, int, int,
struct mem_attrib *, struct target_ops *);
static int es1800_xfer_inferior_memory (CORE_ADDR, char *, int, int,
struct mem_attrib *,
struct target_ops *);
static void es1800_prepare_to_store (void);