diff options
author | John Gilmore <gnu@cygnus> | 1993-04-15 09:43:33 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-04-15 09:43:33 +0000 |
commit | 6f49b01e47d0b7169f527540c7da64276b4ba8cc (patch) | |
tree | 71fef957c815311941778ff810ff2b96bf052337 /gdb/stabsread.h | |
parent | 65ce5df44f4afe44894bca3064a7aa685b7d6039 (diff) | |
download | gdb-6f49b01e47d0b7169f527540c7da64276b4ba8cc.zip gdb-6f49b01e47d0b7169f527540c7da64276b4ba8cc.tar.gz gdb-6f49b01e47d0b7169f527540c7da64276b4ba8cc.tar.bz2 |
* dbxread.c (unknown_symchar_complaint): Add new complaint.
* stabsread.h: Declare it.
* partial-stab.h: Use it.
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r-- | gdb/stabsread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h index da69c82..3296195 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -1,5 +1,5 @@ /* Include file for stabs debugging format support functions. - Copyright 1986-1991, 1992 Free Software Foundation, Inc. + Copyright 1986-1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GDB. @@ -134,6 +134,7 @@ EXTERN int n_this_object_header_files; EXTERN int n_allocated_this_object_header_files; extern struct complaint unknown_symtype_complaint; +extern struct complaint unknown_symchar_complaint; extern void read_type_number PARAMS ((char **, int *)); |