ack/util/ceg/ce_back/obj_back/header.h
1991-11-01 11:53:42 +00:00

9 lines
213 B
C

/* Constants and a macro that are global to the back library. */
#define SYMBOL_DEFINITION 1
#define REFERENCE 2
#define STORE_STRING 3
#define FORCE_DEF 4
#define conv_seg( s) ( ( s == SEGROM) ? SEGCON : s)