abermud/DATA/
head     1.1;
access   ;
symbols  ;
locks    ; strict;
comment  @@;


1.1
date     89.03.13.09.39.17;  author rsalz;  state Exp;
branches ;
next     ;


desc
@@




1.1
log
@Initial revision
@
text
@##  SED command file to remove lint fluff.  The latter two are for the
##  stupid, noisy, SunOS lint...  Remove filenames and the "pass2" message.
##  $Header$
/returns value which is sometimes ignored/d
/returns value which is always ignored/d
/^[0-9a-z]*\.c:$/d
/^Lint pass2:$/d
@