diff options
author | mph <mph@FreeBSD.org> | 2003-07-19 02:20:56 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2003-07-19 02:20:56 +0800 |
commit | 1d4b4c54b67673744e2990912fb2fe39a2868fc5 (patch) | |
tree | 26fde0e9432945b21be25b19a23d956f9d4844d6 /games/inform | |
parent | da5c1adcf6895f119182226d0cdebe7cc93ffbb5 (diff) | |
download | freebsd-ports-gnome-1d4b4c54b67673744e2990912fb2fe39a2868fc5.tar.gz freebsd-ports-gnome-1d4b4c54b67673744e2990912fb2fe39a2868fc5.tar.zst freebsd-ports-gnome-1d4b4c54b67673744e2990912fb2fe39a2868fc5.zip |
Fix on -CURRENT.
Submitted by: Peter Kadau <peter.kadau@tuebingen.mpg.de>
Diffstat (limited to 'games/inform')
-rw-r--r-- | games/inform/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/inform/files/patch-ab b/games/inform/files/patch-ab index 864a82e13aee..c071f7d09251 100644 --- a/games/inform/files/patch-ab +++ b/games/inform/files/patch-ab @@ -21,10 +21,10 @@ - print \"[ ~\", (name) obj, \"~.\", (property) id, \"(\";\ - switch(y) { 1: print a; 2: print a,\",\",b; 3: print a,\",\",b,\",\",c;\ + 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;\ |