improved volatiles, added warning for possibly nested comments

This commit is contained in:
eck
1990-04-02 15:57:51 +00:00
parent 2782412b59
commit 84b8c8a6ca
4 changed files with 23 additions and 22 deletions

View File

@@ -575,10 +575,6 @@ code_expr(expr, val, code, tlbl, flbl)
if (! options['L']) /* profiling */
C_lin((arith)(expr->ex_line));
/* HERE WE SHOULD GENERATE A MESSAGE:
if (expr->ex_flags & EX_VOLATILE)
HANDS_OFF
*/
EVAL(expr, val, code, tlbl, flbl);
#else LINT
lint_expr(expr, code ? USED : IGNORED);