optim.h 410 B

12345678910111213141516
  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. #undef DIAGOPT /* if defined diagnostics are produced */
  7. #ifdef DIAGOPT
  8. #define OPTIM(x) optim(x)
  9. #define O_UNREACH 1001
  10. #define O_BRALAB 1002
  11. #define O_LINLNI 1003
  12. #define O_LINGONE 1004
  13. #else
  14. #define OPTIM(x) /* NOTHING */
  15. #endif