19 lines
410 B
C
19 lines
410 B
C
|
/*
|
||
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||
|
*/
|
||
|
/* $Header$ */
|
||
|
/* LINT FLAGS */
|
||
|
|
||
|
#define USED 0
|
||
|
#define IGNORED 1
|
||
|
#define SET 2
|
||
|
#define VOIDED 3
|
||
|
#define REFERRED 4
|
||
|
|
||
|
/* for od_valreturned */
|
||
|
#define NOVALRETURNED 0
|
||
|
#define VALRETURNED 1
|
||
|
#define NORETURN 2 /* end of function NOTREACHED */
|
||
|
|