1988-09-20 16:44:27 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1994-06-24 14:02:31 +00:00
|
|
|
/* $Id$ */
|
1988-09-20 16:44:27 +00:00
|
|
|
/* LINT FLAGS */
|
|
|
|
|
|
|
|
#define USED 0
|
|
|
|
#define IGNORED 1
|
|
|
|
#define SET 2
|
|
|
|
#define VOIDED 3
|
1989-02-02 13:57:07 +00:00
|
|
|
#define REFERRED 4
|
1988-09-20 16:44:27 +00:00
|
|
|
|
|
|
|
/* for od_valreturned */
|
|
|
|
#define NOVALRETURNED 0
|
|
|
|
#define VALRETURNED 1
|
|
|
|
#define NORETURN 2 /* end of function NOTREACHED */
|
|
|
|
|