l_lint.h 406 B

123456789101112131415161718
  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$ */
  6. /* LINT FLAGS */
  7. #define USED 0
  8. #define IGNORED 1
  9. #define SET 2
  10. #define VOIDED 3
  11. #define REFERRED 4
  12. /* for od_valreturned */
  13. #define NOVALRETURNED 0
  14. #define VALRETURNED 1
  15. #define NORETURN 2 /* end of function NOTREACHED */