This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

patch to fix compile of gdbtk-cmds.c


I checked this is under the obvious patch rule.  It fixes compilation of
insight that was broken for the last week because the declaration of
decode_line_1 was removed from symbol.h.

Index: gdbtk/generic/gdbtk-cmds.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-cmds.c,v
retrieving revision 1.23
diff -p -r1.23 gdbtk-cmds.c
*** gdbtk-cmds.c	2001/03/01 01:39:22	1.23
--- gdbtk-cmds.c	2001/03/10 22:46:48
***************
*** 37,42 ****
--- 37,43 ----
  #include "demangle.h"
  #include "frame.h"
  #include "regcache.h"
+ #include "linespec.h"
  #include "tui/tui-file.h"

  #include <sys/stat.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]