mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* language.c, language.h: Make some things const.
* expression.h, main.c: const spreads like ooze.
This commit is contained in:
@@ -85,7 +85,7 @@ const struct op_print
|
||||
always points to *some* valid struct; it can be used without checking
|
||||
it for validity. */
|
||||
|
||||
extern struct language_defn *current_language;
|
||||
extern const struct language_defn *current_language;
|
||||
|
||||
/* language_mode ==
|
||||
language_mode_auto: current_language automatically set upon selection
|
||||
|
||||
Reference in New Issue
Block a user