expression, expression;

Daniel R. Levy levy at ttrdc.UUCP
Thu May 22 15:12:11 AEST 1986


I think there may be at least one good reason NOT to do this, or at
least to have expressions on different lines of the source code
even if <expression, expression;> is legal--and that is for debugging.
If you have code which is giving mysterious core dump problems,
Murphy's law says sdb or adb will show the problem occurring on a
line with multiple statements on it, and you'll just have to go back
and edit the code into several lines each containing a single statement
to pin down the problem.
-- 
 -------------------------------    Disclaimer:  The views contained herein are
|       dan levy | yvel nad      |  my own and are not at all those of my em-
|         an engihacker @        |  ployer or the administrator of any computer
| at&t computer systems division |  upon which I may hack.
|        skokie, illinois        |
 --------------------------------   Path: ..!{akgua,homxb,ihnp4,ltuxa,mvuxa,
						vax135}!ttrdc!levy



More information about the Comp.lang.c mailing list