formats introduced in lint

This commit is contained in:
dick
1988-10-12 16:05:17 +00:00
parent aa4e16a912
commit bcf83eb1c4
13 changed files with 325 additions and 166 deletions

View File

@@ -489,10 +489,12 @@ check_ival(expp, tp)
else /* e.g., int a; int *p = &a; */
C_con_dnam(idf->id_text, expr->VL_VALUE);
}
#ifndef LINT
else {
ASSERT(expr->VL_CLASS == Label);
C_con_dlb(expr->VL_LBL, expr->VL_VALUE);
}
#endif LINT
break;
#ifndef NOFLOAT
case FLOAT: