mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
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.
This commit is contained in:
@ -76,7 +76,7 @@ parse_auto_binary_operation (const char *arg)
|
||||
/* See cli-setshow.h. */
|
||||
|
||||
int
|
||||
parse_cli_boolean_value (char *arg)
|
||||
parse_cli_boolean_value (const char *arg)
|
||||
{
|
||||
int length;
|
||||
|
||||
|
Reference in New Issue
Block a user