constify error_no_arg
authorTom Tromey <tromey@redhat.com>
Fri, 27 Dec 2013 21:36:35 +0000 (14:36 -0700)
committerTom Tromey <tromey@redhat.com>
Thu, 26 Jun 2014 15:14:18 +0000 (09:14 -0600)
commit5b10184c5844524e59621dd40cefd1db69680f95
tree2428465a35743f0051464b8f123892a7f48188f5
parent069003265c89fab0c46c5a831c2beeec4bcfb501
constify error_no_arg

This is a trivial patch to make error_no_arg take a const argument.

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

* cli/cli-cmds.c (error_no_arg): Make "why" const.
* command.h (error_no_arg): Update.
gdb/ChangeLog
gdb/cli/cli-cmds.c
gdb/command.h