Make the produced object file configurable...

at run time, from the command line.
This commit is contained in:
Kevin Handy
2020-03-03 19:13:20 +01:00
committed by Olaf Seibert
parent c80c87b2d4
commit e2fb29e3f2
4 changed files with 35 additions and 20 deletions

View File

@@ -121,6 +121,8 @@ DAMAGE.
number" and two bytes offset */
#define CPLX_CONST 020 /* Followed by two bytes constant value */
extern int rt11; /* Use RT11 object file format */
typedef struct gsd {
FILE *fp; /* The file assigned for output */
char buf[122]; /* space for 15 GSD entries */