Pristine Ack-5.5
[Ack-5.5.git] / util / opt / special.c
1 #ifndef NORCSID
2 static char rcsid[] = "$Id: special.c,v 2.4 1994/06/24 10:41:01 ceriel Exp $";
3 #endif
4
5 #include "param.h"
6 #include "types.h"
7
8 /*
9  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
10  * See the copyright notice in the ACK home directory, in the file "Copyright".
11  *
12  * Author: Hans van Staveren
13  */
14
15 #ifdef ALLOWSPECIAL
16 bool special(lpp,bp,patlen)
17 line_p *lpp;
18 byte *bp;
19 int patlen;
20 {
21
22         return(FALSE);
23 }
24 #endif