constify parse_cli_boolean_value
authorTom Tromey <tromey@redhat.com>
Wed, 27 Mar 2013 16:35:35 +0000 (10:35 -0600)
committerTom Tromey <tromey@redhat.com>
Wed, 18 Jun 2014 14:16:56 +0000 (08:16 -0600)
commit5bc98e5269423c49d5543079c824f551db4028f0
tree40c96ea77f5e451134d7a5933462be65c09e17e2
parent8236def8eb5276731a00eb21c2e687e4484aeb59
constify parse_cli_boolean_value

This changes a parameter of parse_cli_boolean_value to be const.

2014-06-18  Tom Tromey  <tromey@redhat.com>

* cli/cli-setshow.h (parse_cli_boolean_value): Update.
* cli/cli-setshow.c (parse_cli_boolean_value): Make "arg" const.
gdb/ChangeLog
gdb/cli/cli-setshow.c
gdb/cli/cli-setshow.h