diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-02 00:21:19 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-02 00:21:19 +0000 |
commit | d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf (patch) | |
tree | 174ea6281f2933a803a1a4dc262133a462934b6d /gdb/typeprint.c | |
parent | import gdb-2000-01-31 snapshot (diff) | |
download | binutils-gdb-d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf.tar.gz binutils-gdb-d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf.tar.bz2 binutils-gdb-d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf.zip |
import gdb-2000-02-01 snapshot
Diffstat (limited to 'gdb/typeprint.c')
-rw-r--r-- | gdb/typeprint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/typeprint.c b/gdb/typeprint.c index e892e5e6da2..560c4a1d7fa 100644 --- a/gdb/typeprint.c +++ b/gdb/typeprint.c @@ -1,5 +1,5 @@ /* Language independent support for printing types for GDB, the GNU debugger. - Copyright 1986, 88, 89, 91, 92, 93, 1998 Free Software Foundation, Inc. + Copyright 1986, 1988, 1989, 1991-1993, 1998, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -64,7 +64,7 @@ void type_print (type, varstring, stream, show) struct type *type; char *varstring; - GDB_FILE *stream; + struct ui_file *stream; int show; { LA_PRINT_TYPE (type, varstring, stream, show, 0); @@ -197,7 +197,7 @@ void print_type_scalar (type, val, stream) struct type *type; LONGEST val; - GDB_FILE *stream; + struct ui_file *stream; { unsigned int i; unsigned len; |