mirror of
https://github.com/PDP-10/its.git
synced 2026-02-10 10:19:50 +00:00
Revert change to CC for LP phase.
Because the new CC now passes the wrong number of arguments to _LP BIN, we keep the old around as OCC and use it until the new _LP BIN is built.
This commit is contained in:
@@ -119,12 +119,12 @@ int kflag, cflag, gflag, xflag, bflag, sflag;
|
||||
# define phase_E 5
|
||||
# define phase_S 6
|
||||
|
||||
# define ARGC_LP 11 /* arg counts without optional args */
|
||||
# define ARGC_LP 10 /* arg counts without optional args */
|
||||
# define ARGC_P 8
|
||||
# define ARGC_C 6
|
||||
|
||||
char *argv_L[] {debug, 0, fnto, fncs, fner, fnst};
|
||||
char *argv_LP[] {debug, 0, "ITS", fnno, fnty, fner, fnma, fncs, fnst, fnhm, fnsy, 0};
|
||||
char *argv_LP[] {debug, 0, fnno, fnty, fner, fnma, fncs, fnst, fnhm, fnsy, 0};
|
||||
char *argv_P[] {debug, fnto, fnno, fnty, fner, fnma, fnhm, fnsy, 0};
|
||||
char *argv_C[] {debug, fner, fnno, fnty, fnma, "3000"};
|
||||
char *argv_M[] {debug, 0, fncs, fner, fnma, fnst, fnhm};
|
||||
Reference in New Issue
Block a user