]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Constify value_internal_function_name
authorTom Tromey <tromey@adacore.com>
Fri, 4 Dec 2020 15:15:14 +0000 (08:15 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 4 Dec 2020 15:17:18 +0000 (08:17 -0700)
commit91f8721328eaab19d0613f6b5377849fe252c9c0
tree0c52f144965c30ef2963e70f12655829da37637e
parent5382f97180f5be551868449e411a4daaebf232fb
Constify value_internal_function_name

I noticed that value_internal_function_name should have a const return
type.  This patch makes this change.

gdb/ChangeLog
2020-12-04  Tom Tromey  <tromey@adacore.com>

* value.c (value_internal_function_name): Make return type const.
* value.h (value_internal_function_name): Make return type const.
gdb/ChangeLog
gdb/value.c
gdb/value.h