Date: 18 Jul 2003 20:45:35 +0200 From: Peter Kadau <peter.kadau@tuebingen.mpg.de> To: Kris Kennaway <kris@obsecurity.org> Cc: current@freebsd.org Subject: Re: Fixing gcc 3.3 compile failures Message-ID: <1058553935.32024.5.camel@straycat> In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org> References: <20030718025200.GA36893@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1058553935.32024.5.camel>