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


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to