1987-11-25 14:03:48 +00:00
|
|
|
/* Constants and a macro that are global to the back library. */
|
|
|
|
|
1987-11-20 10:41:03 +00:00
|
|
|
#define SYMBOL_DEFINITION 1
|
|
|
|
#define REFERENCE 2
|
|
|
|
#define STORE_STRING 3
|
1991-11-01 11:53:42 +00:00
|
|
|
#define FORCE_DEF 4
|
1987-11-20 10:41:03 +00:00
|
|
|
|
|
|
|
#define conv_seg( s) ( ( s == SEGROM) ? SEGCON : s)
|