import gdb-1999-12-21 snapshot
This commit is contained in:
parent
d3a0947552
commit
ed9a39ebf9
69 changed files with 6196 additions and 1946 deletions
|
@ -1578,12 +1578,11 @@ _initialize_language ()
|
|||
add_language (&auto_language_defn);
|
||||
|
||||
language = savestring ("auto", strlen ("auto"));
|
||||
range = savestring ("auto", strlen ("auto"));
|
||||
type = savestring ("auto", strlen ("auto"));
|
||||
|
||||
/* Have the above take effect */
|
||||
|
||||
set_language_command (language, 0);
|
||||
|
||||
type = savestring ("auto", strlen ("auto"));
|
||||
set_type_command (NULL, 0);
|
||||
|
||||
range = savestring ("auto", strlen ("auto"));
|
||||
set_range_command (NULL, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue