From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28960 invoked by alias); 21 Dec 2001 04:10:36 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 28920 invoked from network); 21 Dec 2001 04:10:35 -0000 Subject: SN5.0 Patch: compiling under gcc 3.0 From: "Timothy M. Shead" To: Source-Navigator Group Content-Type: multipart/mixed; boundary="=-4KgN8jK+ih635XLvDE3j" X-Mailer: Evolution/1.0 (Preview Release) Date: Fri, 07 Dec 2001 13:43:00 -0000 Message-Id: <1008907524.2819.11.camel@kathy> Mime-Version: 1.0 X-SW-Source: 2001-q4/txt/msg00062.txt.bz2 --=-4KgN8jK+ih635XLvDE3j Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 71 Enclosed (for real) is a patch to get SN5.0 to compile under gcc 3.0 --=-4KgN8jK+ih635XLvDE3j Content-Description: Content-Disposition: inline; filename=gcc3.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; charset=ISO-8859-1 Content-length: 940 diff -c --recursive oldsource/snavigator/parsers/tcl/Parser.c source/snavig= ator/parsers/tcl/Parser.c *** oldsource/snavigator/parsers/tcl/Parser.c Wed Apr 19 17:38:40 2000 --- source/snavigator/parsers/tcl/Parser.c Thu Dec 20 18:35:43 2001 *************** *** 181,190 **** case 'f': report =3D rtrue; break; case 'g': graphic =3D rtrue; break; case 'h': ! (void) printf ("\nsyntax of PAF_TCL:\n\n"); ! (void) printf (" [-f] [-h]\n\n"); ! (void) printf (" f : report error messages (default: do not report)\= n"); ! (void) printf (" h : help\n\n"); break; } } --- 181,190 ---- case 'f': report =3D rtrue; break; case 'g': graphic =3D rtrue; break; case 'h': ! printf ("\nsyntax of PAF_TCL:\n\n"); ! printf (" [-f] [-h]\n\n"); ! printf (" f : report error messages (default: do not report)\n"); ! printf (" h : help\n\n"); break; } } --=-4KgN8jK+ih635XLvDE3j-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Timothy M. Shead" To: Source-Navigator Group Subject: SN5.0 Patch: compiling under gcc 3.0 Date: Thu, 20 Dec 2001 20:10:00 -0000 Message-ID: <1008907524.2819.11.camel@kathy> X-SW-Source: 2001-q4/msg00088.html Message-ID: <20011220201000.3HmmdO-KfUanu1f_JNWNXApcZnlWCwlu1q6cZisQCNU@z> Enclosed (for real) is a patch to get SN5.0 to compile under gcc 3.0