l_lint.h 391 B

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