This constifies a couple of functions in stack.c.
2014-07-24  Tom Tromey  <tromey@redhat.com>
	* stack.c (up_silently_base, down_silently_base): Make argument
	const.
+2014-07-24  Tom Tromey  <tromey@redhat.com>
+
+       * stack.c (up_silently_base, down_silently_base): Make argument
+       const.
+
 2014-07-24  Tom Tromey  <tromey@redhat.com>
 
        * solib.c (solib_add): Make "pattern" const.
 
    previously selected frame, and print it briefly.  */
 
 static void
-up_silently_base (char *count_exp)
+up_silently_base (const char *count_exp)
 {
   struct frame_info *frame;
   int count = 1;
    selected frame, and print it briefly.  */
 
 static void
-down_silently_base (char *count_exp)
+down_silently_base (const char *count_exp)
 {
   struct frame_info *frame;
   int count = -1;