[4436] in Athena Bugs
RT 6.4R: saber
daemon@ATHENA.MIT.EDU (Richard Basch)
Tue Mar 6 19:19:16 1990
Date: Tue, 6 Mar 90 19:18:54 -0500
To: bugs@ATHENA.MIT.EDU
From: Richard Basch <probe@MIT.EDU>
33 -> int ret=1;
34 -> if (ret) {ret=1;} else {ret=0;}
(void)
Error #244: Illegal statement syntax near 'else'.
35 -> if (ret) {ret=1;} else {ret=0;}
Saber doesn't seem to like if (...) { ... } else ...
clauses in interactive mode. I just tried out the above example to make
sure it was indeed any expression of that nature... (so much for
debugging uucp with saber on the RT).
-Richard