* frame.h (frame_id_unwind_ftype): Fix typo in return type.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 13 Dec 2002 20:21:32 +0000 (20:21 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 13 Dec 2002 20:21:32 +0000 (20:21 +0000)
gdb/ChangeLog
gdb/frame.h

index 18e69721bb7284afcddcfcb10901da42c746e460..b19b238ae56998f47b5484ebdd5ae2c1fa7ae239 100644 (file)
@@ -1,3 +1,7 @@
+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,
index 0fd305e235722d8f39d80d61077dccce726fac40..39539492c232f3f7db3bc0933332acf13d97e64c 100644 (file)
@@ -335,8 +335,8 @@ typedef CORE_ADDR (frame_pc_unwind_ftype) (struct frame_info *frame,
 /* 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.  */