aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-19 04:06:47 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-19 04:06:47 +0000
commit570b8f7c9569b07a3dbedd3114af6ae691849c61 (patch)
treee26eddea4373f412f5f42fae6e9fa6b50915413b /gdb/gdbtypes.h
parent714033a18995eebc9d9ea9e8cfe6c35fad8cdb4f (diff)
downloadgdb-570b8f7c9569b07a3dbedd3114af6ae691849c61.zip
gdb-570b8f7c9569b07a3dbedd3114af6ae691849c61.tar.gz
gdb-570b8f7c9569b07a3dbedd3114af6ae691849c61.tar.bz2
2003-01-18 Andrew Cagney <ac131313@redhat.com>
* cris-tdep.c: Fix function declaration indentation. * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto. * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto. * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto. * symfile.h, symtab.h, target.c, target.h, value.h: Ditto. * xcoffread.c, config/pa/tm-hppa.h: Ditto. * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index b2d841f..30cdb5f 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -1102,8 +1102,7 @@ smash_to_method_type (struct type *type, struct type *domain,
struct type *to_type, struct field *args,
int nargs, int varargs);
-extern void
-smash_to_member_type (struct type *, struct type *, struct type *);
+extern void smash_to_member_type (struct type *, struct type *, struct type *);
extern struct type *allocate_stub_method (struct type *);