Index: frame.h =================================================================== RCS file: /cvs/src/src/gdb/frame.h,v retrieving revision 1.85 diff -c -3 -p -r1.85 frame.h *** frame.h 6 Apr 2003 18:36:23 -0000 1.85 --- frame.h 9 Apr 2003 20:59:06 -0000 *************** struct symtab_and_line; *** 27,32 **** --- 27,33 ---- struct frame_unwind; struct frame_base; struct block; + struct gdbarch; /* A legacy unwinder to prop up architectures using the old style saved regs array. */