* ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
(ada_sals_for_line): Remove declarations.
This commit is contained in:
parent
926e2094bb
commit
d849d44f82
2 changed files with 5 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-10-27 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
|
||||
(ada_sals_for_line): Remove declarations.
|
||||
|
||||
2011-10-27 Kevin Pouget <kevin.pouget@st.com>
|
||||
|
||||
Move unwind reasons to an external .def file
|
||||
|
|
|
@ -238,15 +238,6 @@ extern int user_select_syms (struct ada_symbol_info *, int, int);
|
|||
|
||||
extern int get_selections (int *, int, int, int, char *);
|
||||
|
||||
extern char *ada_start_decode_line_1 (char *);
|
||||
|
||||
extern struct symtabs_and_lines ada_finish_decode_line_1 (char **,
|
||||
struct symtab *,
|
||||
int, char ***);
|
||||
|
||||
extern struct symtabs_and_lines ada_sals_for_line (const char*, int,
|
||||
int, char***, int);
|
||||
|
||||
extern int ada_scan_number (const char *, int, LONGEST *, int *);
|
||||
|
||||
extern struct type *ada_parent_type (struct type *);
|
||||
|
|
Loading…
Add table
Reference in a new issue