From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 11:45:38 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60A7637B401; Fri, 18 Jul 2003 11:45:38 -0700 (PDT) Received: from tuebingen.mpg.de (connect.tuebingen.mpg.de [192.124.26.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A4B43F3F; Fri, 18 Jul 2003 11:45:37 -0700 (PDT) (envelope-from peter.kadau@tuebingen.mpg.de) Received: from [80.133.222.32] ([80.133.222.32] verified) by tuebingen.mpg.de (CommuniGate Pro SMTP 4.0.6) with ESMTP id 4975119; Fri, 18 Jul 2003 20:45:35 +0200 From: Peter Kadau To: Kris Kennaway In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org> References: <20030718025200.GA36893@rot13.obsecurity.org> Content-Type: text/plain Message-Id: <1058553935.32024.5.camel@straycat> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 18 Jul 2003 20:45:35 +0200 Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: current@freebsd.org Subject: Re: Fixing gcc 3.3 compile failures X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 18:45:38 -0000 Hi ! For games/inform just some escaped newlines: [ I already sent that to the maintainer, but then again to avoid double `work'... ] ####CUT#### --- veneer.c.orig Fri Jul 18 15:38:34 2003 +++ veneer.c Fri Jul 18 15:39:44 2003 @@ -250,10 +250,10 @@ "#ifdef INFIX;if (obj has infix__watching) n=1;#endif;\ #ifdef DEBUG;if (debug_flag & 1 ~= 0) n=1;#endif;\ if (n==1) {\ - #ifdef DEBUG;n=debug_flag & 1; + #ifdef DEBUG;n=debug_flag & 1;\ debug_flag=debug_flag-n;#endif;\ print \"[ ~\", (name) obj, \"~.\", (property) id, \"(\";\ - switch(y) { 1: print a; 2: print a,\",\",b; 3: print + switch(y) { 1: print a; 2: print a,\",\",b; 3: print \ a,\",\",b,\",\",c;\ 4: print a,\",\",b,\",\",c,\",\",d;\ 5: print a,\",\",b,\",\",c,\",\",d,\",\",e;\ ####CUT#### Cheers Peter