ack/util/topgen/tunable.h

17 lines
501 B
C
Raw Normal View History

1987-03-10 11:58:22 +00:00
/* $Header$ */
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".
*/
1986-11-24 20:42:13 +00:00
/* t u n a b l e . h
*
* Contains some tunable constants.
* They should all differ, not be a letter or digit or '_', not be a '%',
* and not be space (' ','\t','\n' and the like).
*/
# define line_term ';'
# define operand_sep ','
# define instruction_sep ':'
# define open_bracket '{'
# define close_bracket '}'