diff options
Diffstat (limited to 'gnu/usr.bin/gdb/gdb/language.c')
-rw-r--r-- | gnu/usr.bin/gdb/gdb/language.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/gdb/language.c b/gnu/usr.bin/gdb/gdb/language.c index 4a3b6a0..6d254fb 100644 --- a/gnu/usr.bin/gdb/gdb/language.c +++ b/gnu/usr.bin/gdb/gdb/language.c @@ -86,7 +86,7 @@ set_type_range PARAMS ((void)); /* Forward declaration */ extern const struct language_defn unknown_language_defn; extern char *warning_pre_print; - + /* The current (default at startup) state of type and range checking. (If the modes are set to "auto", though, these are changed based on the default language at startup, and then again based on the @@ -196,7 +196,7 @@ set_language_command (ignore, from_tty) } } - /* Reset the language (esp. the global string "language") to the + /* Reset the language (esp. the global string "language") to the correct values. */ err_lang=savestring(language,strlen(language)); make_cleanup (free, err_lang); /* Free it after error */ |