initial small modifications for lint

This commit is contained in:
dick
1988-08-19 13:55:22 +00:00
parent 5a62a2d8df
commit f8dfcefb0b
19 changed files with 94 additions and 62 deletions

View File

@@ -125,7 +125,7 @@ conversion(from_type, to_type)
signed, unsigned or floating
*/
int
fundamental(tp)
fundamental(tp)/* bad name ???*/
register struct type *tp;
{
switch (tp->tp_fund) {
@@ -146,3 +146,4 @@ fundamental(tp)
}
return 0;
}