
/*
   This software is copyright 1989 by John Dunning.  See the file
   'COPYLEFT.JRD' for the full copyright notice.
*/


/* defs for the evaluator */

/* these are bits in the 'expr_flags' byte returned from eval */

#define	E_UNDEF	1	/* expr contains an undefined sym */
#define	E_REL	2	/* expr contains a relative reference */
#define E_HI_BYTE 8	/* hi part of some value */
#define E_LO_BYTE 16	/* lo part */
