Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!gatech!hao!husc6!cmcl2!brl-adm!adm!V2002A%TEMPLEVM.BITNET@wiscvm.wisc.EDU
From: V2002A%TEMPLEVM.BITNET@wiscvm.wisc.EDU
Newsgroups: comp.unix.wizards
Subject: CFP+ AND THE LINT PROGRAM
Message-ID: <8177@brl-adm.ARPA>
Date: Mon, 6-Jul-87 15:58:24 EDT
Article-I.D.: brl-adm.8177
Posted: Mon Jul  6 15:58:24 1987
Date-Received: Tue, 7-Jul-87 06:24:56 EDT
Sender: news@brl-adm.ARPA
Lines: 12


    Our system V 3B2-400 came with cfp+, an ATT product.  To invoke it
you type 'fpcc -options file.c' (not cc or mcc).  So in order to use lint
I altered the lint shell script to change all references to the c
compiler from 'cc' to 'fpcc'.  Now when I try to lint any source code
I get the following error:

lint: syntax error at line 158: `2' unexpected

the ident on lint is "@(#)/usr/bin/lint.s1 1.2 3.1 05/16/85 21061"

         Andy Wing