diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2003-07-18 18:20:56 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2003-07-18 18:20:56 +0000 |
commit | 43a57fd66277e6d1eaf747664dff7240fc975a30 (patch) | |
tree | 9aa725dae455bcd190cccae2c5fe0890c03fc6d7 /games/inform/files | |
parent | Fix build, remove BROKEN and refuce newline. (diff) |
Fix on -CURRENT.
Submitted by: Peter Kadau <peter.kadau@tuebingen.mpg.de>
Notes
Notes:
svn path=/head/; revision=85149
Diffstat (limited to 'games/inform/files')
-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;\ |