1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / stack.c
index 685d4919b700e06c04a2f09b609aa60e8180f522..e0bf7dd31d1342daba4a5c32198d2b4792dd66fb 100644 (file)
@@ -1839,7 +1839,7 @@ return_command (retval_exp, from_tty)
 
 /* Sets the scope to input function name, provided that the
    function is within the current stack frame */
-typedef struct function_bounds
+struct function_bounds
 {
     CORE_ADDR low, high;
 };
This page took 0.023359 seconds and 4 git commands to generate.