diff options
author | Yao Qi <yao@codesourcery.com> | 2013-10-26 15:37:15 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-11-07 15:06:50 +0800 |
commit | 27cd387b7c3e45685db2f0dae4e9188f562cb7f0 (patch) | |
tree | 09823eb45e41bce3370c7367f328c290c3dcb8db /gdb/m2-lang.c | |
parent | 01e48c0ce157d73db98d73e39e4b2d7c63d0ccdd (diff) | |
download | gdb-27cd387b7c3e45685db2f0dae4e9188f562cb7f0.zip gdb-27cd387b7c3e45685db2f0dae4e9188f562cb7f0.tar.gz gdb-27cd387b7c3e45685db2f0dae4e9188f562cb7f0.tar.bz2 |
Constify 'la_name' in struct language_defn
Hi,
When I add another name of language, I find field 'la_name' can be
'const char *'. This patch is to constify it.
gdb:
2013-11-07 Yao Qi <yao@codesourcery.com>
* language.c (language_str): Return const char *.
(add_language): Add const to 'language_names'
* language.h (struct language_defn) <la_name>: Add const.
(language_str: Update declaration.
Diffstat (limited to 'gdb/m2-lang.c')
0 files changed, 0 insertions, 0 deletions