Pristine Ack-5.5
[Ack-5.5.git] / util / opt / optim.h
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: optim.h,v 2.4 1994/06/24 10:40:23 ceriel Exp $ */
6
7 #undef DIAGOPT /* if defined diagnostics are produced */
8 #ifdef DIAGOPT
9 #define OPTIM(x) optim(x)
10 #define O_UNREACH 1001
11 #define O_BRALAB  1002
12 #define O_LINLNI  1003
13 #define O_LINGONE 1004
14 #else
15 #define OPTIM(x)        /* NOTHING */
16 #endif