Pristine Ack-5.5
[Ack-5.5.git] / util / topgen / tunable.h
1 /* $Id: tunable.h,v 1.4 1994/06/24 10:42:40 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 /* t u n a b l e . h
7  *
8  * Contains some tunable constants.
9  * They should all differ, not be a letter or digit or '_', not be a '%',
10  * and not be space (' ','\t','\n' and the like).
11  */
12 # define line_term              ';'
13 # define operand_sep            ','
14 # define instruction_sep        ':'
15 # define open_bracket           '{'
16 # define close_bracket          '}'