tunable.h 497 B

12345678910111213141516
  1. /* $Id$ */
  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 '}'