* dummy-frame.h (frame.h): Include it.
authorDavid Daney <ddaney@avtrex.com>
Mon, 8 Sep 2008 15:23:12 +0000 (15:23 +0000)
committerDavid Daney <ddaney@avtrex.com>
Mon, 8 Sep 2008 15:23:12 +0000 (15:23 +0000)
(struct frame_id): Remove declaration.

gdb/ChangeLog
gdb/dummy-frame.h

index 2fc0895b40374de6fe599419014cba36c55e8377..18d73f42fbea34a2d8d498cccd5f5a262aa2e55e 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-08  David Daney  <ddaney@avtrex.com>
+
+       * dummy-frame.h (frame.h): Include it.
+       (struct frame_id): Remove declaration.
+
 2008-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * spu-tdep.c (spu_push_dummy_code): New function.
index f7e05e6a1f4040d771846b04ffbb5b87b6ac8a94..149de3640dc8cf59cc4600671f63147fa46003df 100644 (file)
 #if !defined (DUMMY_FRAME_H)
 #define DUMMY_FRAME_H 1
 
+#include "frame.h"
+
 struct frame_info;
 struct regcache;
 struct frame_unwind;
-struct frame_id;
 
 /* Push the information needed to identify, and unwind from, a dummy
    frame onto the dummy frame stack.  */
This page took 0.031282 seconds and 4 git commands to generate.