* language.c, language.h: Make some things const.
* expression.h, main.c: const spreads like ooze.
This commit is contained in:
parent
287f81eb64
commit
0c6efbccaf
3 changed files with 26 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue