Pristine Ack-5.5
[Ack-5.5.git] / util / ceg / ce_back / obj_back / header.h
1 /* Constants and a macro that are global to the back library. */
2
3 #define SYMBOL_DEFINITION       1
4 #define REFERENCE               2
5 #define STORE_STRING            3
6 #define FORCE_DEF               4
7
8 #define conv_seg( s)    ( ( s == SEGROM) ? SEGCON : s)