21 lines
252 B
C
21 lines
252 B
C
|
/* $Header$ */
|
||
|
|
||
|
#define BMASK 0377
|
||
|
#define BSHIFT 8
|
||
|
|
||
|
#define TRUE 1
|
||
|
#define FALSE 0
|
||
|
|
||
|
#define MAXINT 32767
|
||
|
#define INFINITY (MAXINT+100)
|
||
|
|
||
|
#define MAXROM 3
|
||
|
|
||
|
/*
|
||
|
* Tunable constants
|
||
|
*/
|
||
|
|
||
|
#define MAXEMLINES 20
|
||
|
#define MAXFSTACK 20
|
||
|
#define MAXTDBUG 32
|