lint: retrieving string arguments from str_list

This commit is contained in:
dick
1988-11-03 13:20:27 +00:00
parent 0e895422bc
commit 190ea14bbf
4 changed files with 3 additions and 7 deletions

View File

@@ -339,7 +339,6 @@ function2pointer(exp)
string2pointer(ex)
register struct expr *ex;
{
#ifndef LINT
/* The expression, which must be a string constant, is converted
to a pointer to the string-containing area.
*/
@@ -350,7 +349,6 @@ string2pointer(ex)
ex->VL_CLASS = Label;
ex->VL_LBL = lbl;
ex->VL_VALUE = (arith)0;
#endif LINT
}
opnd2integral(expp, oper)