lint: additional type tests in expressions

This commit is contained in:
dick
1988-09-29 15:24:02 +00:00
parent 6ae90c8f34
commit 4f8b2e9926
11 changed files with 320 additions and 77 deletions

View File

@@ -417,7 +417,7 @@ return_statement
expression(&expr)
{
#ifdef LINT
lint_ret_conv(expr->ex_type);
lint_ret_conv(expr);
#endif LINT
do_return_expr(expr);