mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-25 19:56:30 +00:00
Make the produced object file configurable...
at run time, from the command line.
This commit is contained in:
committed by
Olaf Seibert
parent
c80c87b2d4
commit
e2fb29e3f2
2
object.h
2
object.h
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user