public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: "Martin M. Hunt" <hunt@redhat.com>
To: insight@sources.redhat.com
Subject: [patch] remove Tix
Date: Wed, 27 Nov 2002 11:14:00 -0000	[thread overview]
Message-ID: <1038424481.1963.0.camel@Imp> (raw)

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]


2002-11-27  Martin M. Hunt  <hunt@redhat.com>

	* generic/gdbtk.c (gdbtk_init): Don't call Tix_Init.
	Don't include tix.h

	* generic/gdbtk-hooks.c: Don't include tix.h.

	* generic/gdbtkj-cmds.c: Don't include tix.h.




[-- Attachment #2: p --]
[-- Type: text/x-patch, Size: 1912 bytes --]

Index: generic/gdbtk-cmds.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-cmds.c,v
retrieving revision 1.61
diff -u -r1.61 gdbtk-cmds.c
--- generic/gdbtk-cmds.c	27 Nov 2002 15:29:53 -0000	1.61
+++ generic/gdbtk-cmds.c	27 Nov 2002 19:08:39 -0000
@@ -39,7 +39,6 @@
    but gdb uses stdarg.h, so make sure HAS_STDARG is defined.  */
 #define HAS_STDARG 1
 
-#include <tix.h>
 #include <itcl.h>
 
 #include "guitcl.h"
Index: generic/gdbtk-hooks.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-hooks.c,v
retrieving revision 1.27
diff -u -r1.27 gdbtk-hooks.c
--- generic/gdbtk-hooks.c	6 Nov 2002 14:22:28 -0000	1.27
+++ generic/gdbtk-hooks.c	27 Nov 2002 19:08:40 -0000
@@ -43,7 +43,6 @@
 #define HAS_STDARG 1
 
 #include <itcl.h>
-#include <tix.h>
 #include "guitcl.h"
 #include "gdbtk.h"
 
Index: generic/gdbtk.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk.c,v
retrieving revision 1.29
diff -u -r1.29 gdbtk.c
--- generic/gdbtk.c	14 Aug 2002 15:44:24 -0000	1.29
+++ generic/gdbtk.c	27 Nov 2002 19:08:40 -0000
@@ -42,7 +42,6 @@
    but gdb uses stdarg.h, so make sure HAS_STDARG is defined.  */
 #define HAS_STDARG 1
 
-#include <tix.h>
 #include <itcl.h>
 #include <itk.h>
 #include "guitcl.h"
@@ -509,11 +508,6 @@
   if (Itk_Init (gdbtk_interp) == TCL_ERROR)
     error ("Itk_Init failed: %s", gdbtk_interp->result);
   Tcl_StaticPackage (gdbtk_interp, "Itk", Itk_Init,
-		     (Tcl_PackageInitProc *) NULL);
-
-  if (Tix_Init (gdbtk_interp) != TCL_OK)
-    error ("Tix_Init failed: %s", gdbtk_interp->result);
-  Tcl_StaticPackage (gdbtk_interp, "Tix", Tix_Init,
 		     (Tcl_PackageInitProc *) NULL);
 
   if (Tktable_Init (gdbtk_interp) != TCL_OK)

             reply	other threads:[~2002-11-27 19:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-27 11:14 Martin M. Hunt [this message]
2002-11-27 19:26 ` Christopher Faylor
2002-11-28 19:50   ` Andrew Cagney
2002-11-28 20:32     ` Christopher Faylor
2002-11-29  7:00       ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1038424481.1963.0.camel@Imp \
    --to=hunt@redhat.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).