1987-03-09 19:15:41 +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 11:31:16 +00:00
|
|
|
/* $Id$ */
|
1984-05-17 14:14:29 +00:00
|
|
|
|
1990-03-14 12:49:16 +00:00
|
|
|
#undef DIAGOPT /* if defined diagnostics are produced */
|
1984-05-17 13:42:36 +00:00
|
|
|
#ifdef DIAGOPT
|
|
|
|
#define OPTIM(x) optim(x)
|
|
|
|
#define O_UNREACH 1001
|
|
|
|
#define O_BRALAB 1002
|
|
|
|
#define O_LINLNI 1003
|
|
|
|
#define O_LINGONE 1004
|
|
|
|
#else
|
|
|
|
#define OPTIM(x) /* NOTHING */
|
|
|
|
#endif
|