Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / cemcom.ansi / l_lint.h
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 /* $Id: l_lint.h,v 1.2 1994/06/27 08:00:56 ceriel Exp $ */
6 /*      LINT FLAGS      */
7
8 #define USED            0
9 #define IGNORED         1
10 #define SET             2
11 #define VOIDED          3
12 #define REFERRED        4
13
14 /* for od_valreturned */
15 #define NOVALRETURNED   0
16 #define VALRETURNED     1
17 #define NORETURN        2               /* end of function NOTREACHED */
18