+2002-12-13 Alexandre Oliva <aoliva@redhat.com>
+
+ * frame.h (frame_id_unwind_ftype): Fix typo in return type.
+
2002-12-13 Kevin Buettner <kevinb@redhat.com>
* config/mips/tm-mips.h, config/mips/tm-irix3.h,
/* Same as for registers above, but return the ID of the frame that
called this one. */
-typedef struct frame_info (frame_id_unwind_ftype) (struct frame_info *frame,
- void **unwind_cache);
+typedef struct frame_id (frame_id_unwind_ftype) (struct frame_info *frame,
+ void **unwind_cache);
/* Describe the saved registers of a frame. */