16 lines
223 B
C
16 lines
223 B
C
|
#define RCSID0 "$Header$"
|
||
|
|
||
|
/*
|
||
|
* PDP 11 machine dependent options
|
||
|
*/
|
||
|
|
||
|
#define THREE_PASS
|
||
|
#define WORDS_REVERSED
|
||
|
#define LISTING
|
||
|
#define RELOCATION
|
||
|
|
||
|
#undef ALIGNWORD
|
||
|
#define ALIGNWORD 2
|
||
|
#undef ALIGNSECT
|
||
|
#define ALIGNSECT 2
|