Index: gdb/ChangeLog from Alexandre Oliva * frame.h (frame_id_unwind_ftype): Fix typo in return type. Index: gdb/frame.h =================================================================== RCS file: /cvs/uberbaum/gdb/frame.h,v retrieving revision 1.49 diff -u -p -r1.49 frame.h --- gdb/frame.h 13 Dec 2002 16:40:25 -0000 1.49 +++ gdb/frame.h 13 Dec 2002 20:14:23 -0000 @@ -335,8 +335,8 @@ typedef CORE_ADDR (frame_pc_unwind_ftype /* 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. */