ack/util/opt/param.h

20 lines
453 B
C
Raw Normal View History

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
1984-05-17 13:42:36 +00:00
#define LONGOFF /* if defined long offsets are used */
#define TRUE 1
#define FALSE 0
#define MAXROM 3
#define op_lab (sp_lmnem+1)
#define op_last op_lab
#define ps_sym (sp_lpseu+1)
#define ps_last ps_sym
#define BMASK 255 /* 0377 is unsigned, which may cause problems */