[10118] in Athena Bugs
CodeCenter: Version 3.1.1 (DEC-RISC Ultrix 4.x) (SN: 31856)
daemon@ATHENA.MIT.EDU (bert@Athena.MIT.EDU)
Tue Dec 8 09:56:01 1992
From: bert@Athena.MIT.EDU
Date: Tue, 8 Dec 92 09:55:48 -0500
To: bugs@Athena.MIT.EDU
Cc: bert@mit.edu
This isn't a bug report, just a suggestion.
XCodeCenter should report a warning on assignment in conditional statements.
For example,
if (a = b) {
is probably a typo for "if (a==b)", and NOT intended as a real assignment.
--Albert Dvornik
bert@mit.edu