diff options
author | John Gilmore <gnu@cygnus> | 1991-09-28 01:35:29 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-28 01:35:29 +0000 |
commit | d8ce13268e9c7514b4b09757ad762bce9d0bfb0a (patch) | |
tree | 7156d8661603b50b662933c870fbc95050b43f60 /gdb/language.h | |
parent | dad0e12d57c432daeabe8f9a05848a60a5d08f91 (diff) | |
download | gdb-d8ce13268e9c7514b4b09757ad762bce9d0bfb0a.zip gdb-d8ce13268e9c7514b4b09757ad762bce9d0bfb0a.tar.gz gdb-d8ce13268e9c7514b4b09757ad762bce9d0bfb0a.tar.bz2 |
* coffread.c (coff_symfile_read): Use xmalloc, not malloc.
* language.c, printcmd.c: Lint.
* language.h (get_frame_language): Declare.
* saber.suppress: update.
* stack.c (find_relative_frame): Remove complex code that was
#if 0'd, stick with simple code. Lint.
* saber.suppress: Update a bit.
* symfile.c (add_symbol_file_command): Add "?" to question.
* utils.c (parse_escape): Avoid \a due to bdead compilers.
* value.h: Declare typedef_print.
* valprint.c (val_print, type_print_base): TYPE_CODE_RANGE less
kludgey.
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/language.h b/gdb/language.h index 8ca4ef4..d09d4d3 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -166,3 +166,5 @@ char *language_str(); /* Add a language to the set known by GDB (at initialization time). */ void add_language (); /* Arg is &language_defn */ + +extern enum language get_frame_language (); /* In stack.c */ |