Patch-ID# 100154-01 Keywords: lint, cc Synopsis: lint with large func arg and symbol table Date: 31/Oct/90 SunOS release: 4.1 BugId's fixed with this patch: 1039096 Architectures for which this patch is available: Sun4 Obsoleted by: Problem Description: lint has various internal limits preventing it from handling very large programs. This particular lint allows 250 arguments to a function and 16384 identifiers. Installation: As root # mv /usr/lib/lint/lint[12] to some other name # cp /sun4/lint1 to /usr/lib/lint/lint1 # cp /sun4/lint2 to /usr/lib/lint/lint2 # chmod 755 /usr/lib/lint/lint?