]> Git Repo - binutils.git/blobdiff - gdb/stack.c
2002-10-02 Elena Zannoni <[email protected]>
[binutils.git] / gdb / stack.c
index 83fd26e476b84ffa6b83d9ba218c9ac7f44fd20b..b1cd9c7edde3a8166da944f39b20cc08da4bf1d1 100644 (file)
@@ -50,9 +50,9 @@ void (*selected_frame_level_changed_hook) (int);
 
 void _initialize_stack (void);
 
-/* Prototypes for local functions. */
+void return_command (char *, int);
 
-static void return_command (char *, int);
+/* Prototypes for local functions. */
 
 static void down_command (char *, int);
 
@@ -1755,12 +1755,6 @@ down_command (char *count_exp, int from_tty)
 }
 \f
 void
-return_command_wrapper (char *retval_exp, int from_tty)
-{
-  return_command (retval_exp, from_tty);
-}
-
-static void
 return_command (char *retval_exp, int from_tty)
 {
   struct symbol *thisfun;
This page took 0.023894 seconds and 4 git commands to generate.