aboutsummaryrefslogtreecommitdiff
path: root/gdb/typeprint.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-01-31 03:56:56 +0000
committerJohn Gilmore <gnu@cygnus>1993-01-31 03:56:56 +0000
commit3d9b9577e09e116f8c978984bc6b8b76081a8129 (patch)
treee30c87903936653d1b8105b7741d495ce94afc40 /gdb/typeprint.h
parent145887f06a8843e0b80a5740a213b863eec70054 (diff)
downloadgdb-3d9b9577e09e116f8c978984bc6b8b76081a8129.zip
gdb-3d9b9577e09e116f8c978984bc6b8b76081a8129.tar.gz
gdb-3d9b9577e09e116f8c978984bc6b8b76081a8129.tar.bz2
* Makefile.in (HFILES): Add typeprint.h.
* typeprint.[ch]: Update copyrights.
Diffstat (limited to 'gdb/typeprint.h')
-rw-r--r--gdb/typeprint.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/typeprint.h b/gdb/typeprint.h
index 806f02f..e6740db 100644
--- a/gdb/typeprint.h
+++ b/gdb/typeprint.h
@@ -1,5 +1,5 @@
/* Language independent support for printing types for GDB, the GNU debugger.
- Copyright 1986, 1988, 1989, 1991 Free Software Foundation, Inc.
+ Copyright 1986, 1988, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
This file is part of GDB.
@@ -17,7 +17,5 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
void
print_type_scalar PARAMS ((struct type *type, LONGEST, FILE *));
-