two fixes to the lint part: unsigned constant compares, and initializations in switch headers

This commit is contained in:
ceriel
1990-02-26 11:35:15 +00:00
parent 8d04be4a13
commit 29152cbf74
4 changed files with 10 additions and 2 deletions

View File

@@ -571,7 +571,7 @@ get_text(formals, length)
LoadChar(c);
if (c == '*') {
skipcomment();
text[pos++] = ' ';
/* text[pos++] = ' '; ??? Why ??? */
LoadChar(c);
}
else