Fixing gcc 3.3 compile failures

Peter Kadau peter.kadau at tuebingen.mpg.de
Fri Jul 18 11:45:38 PDT 2003


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




More information about the freebsd-current mailing list