2010-04-06 Stan Shebs <stan@codesourcery.com>
* defs.h (char_ptr): Move typedef here from... * ada-lang.c (char_ptr): Remove. * charset.c (char_ptr): Remove. * tracepoint.h (struct uploaded_string): Remove. (struct uploaded_tp): Use vectors for string arrays. * tracepoint.c (trace_save): Use vectors of actions. (parse_tracepoint_definition): Ditto. (get_uploaded_tp): Clear vectors. * breakpoint.c (create_tracepoint_from_upload): Use vectors. (next_cmd): Change to an int. (read_next_cmd): Use vector of command strings.
This commit is contained in:
parent
4cc23edeb9
commit
3149d8c115
7 changed files with 46 additions and 47 deletions
|
@ -5076,7 +5076,6 @@ symbol_completion_match (const char *sym_name,
|
|||
return sym_name;
|
||||
}
|
||||
|
||||
typedef char *char_ptr;
|
||||
DEF_VEC_P (char_ptr);
|
||||
|
||||
/* A companion function to ada_make_symbol_completion_list().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue