From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24721 invoked by alias); 27 Nov 2002 19:14:45 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 24714 invoked from network); 27 Nov 2002 19:14:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 27 Nov 2002 19:14:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gARIoCP02068 for ; Wed, 27 Nov 2002 13:50:12 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gARJEgD31242 for ; Wed, 27 Nov 2002 14:14:42 -0500 Received: from [10.10.10.2] (vpn50-82.rdu.redhat.com [172.16.50.82]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gARJEfC26021 for ; Wed, 27 Nov 2002 14:14:41 -0500 Subject: [patch] remove Tix From: "Martin M. Hunt" To: insight@sources.redhat.com Content-Type: multipart/mixed; boundary="=-voTfxYtgefx/qS1hGYbw" Date: Wed, 27 Nov 2002 11:14:00 -0000 Message-Id: <1038424481.1963.0.camel@Imp> Mime-Version: 1.0 X-SW-Source: 2002-q4/txt/msg00125.txt.bz2 --=-voTfxYtgefx/qS1hGYbw Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 222 2002-11-27 Martin M. Hunt * 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. --=-voTfxYtgefx/qS1hGYbw Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=p; charset=UTF-8 Content-length: 2289 Index: generic/gdbtk-cmds.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =20 -#include #include =20 #include "guitcl.h" Index: generic/gdbtk-hooks.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =20 #include -#include #include "guitcl.h" #include "gdbtk.h" =20 Index: generic/gdbtk.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =20 -#include #include #include #include "guitcl.h" @@ -509,11 +508,6 @@ if (Itk_Init (gdbtk_interp) =3D=3D 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) !=3D TCL_OK) - error ("Tix_Init failed: %s", gdbtk_interp->result); - Tcl_StaticPackage (gdbtk_interp, "Tix", Tix_Init, (Tcl_PackageInitProc *) NULL); =20 if (Tktable_Init (gdbtk_interp) !=3D TCL_OK) --=-voTfxYtgefx/qS1hGYbw--