gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>
	* interps.c (interpreter_exec_cmd): Constify.
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * interps.c (interpreter_exec_cmd): Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * record-full.c (cmd_record_full_restore): Constify.
 
 }
 
 static void
-interpreter_exec_cmd (char *args, int from_tty)
+interpreter_exec_cmd (const char *args, int from_tty)
 {
   struct ui_interp_info *ui_interp = get_current_interp_info ();
   struct interp *old_interp, *interp_to_use;