Added -Vi... flag to Pascal compiler options.
This commit is contained in:
parent
3c76cbaa1e
commit
2934d628b5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ name pc
|
|||
mapflag -L PC_F={PC_F?} -\{l-}
|
||||
mapflag -Pr* PC_ERRPATH=*
|
||||
mapflag -PR* PC_PCPATH=*
|
||||
args -Vw{w}p{p}f{d}l{l} -R{PC_PCPATH} -r{PC_ERRPATH} {PC_F?} < > {SOURCE}
|
||||
args -Vw{w}i{w}p{p}f{d}l{l} -R{PC_PCPATH} -r{PC_ERRPATH} {PC_F?} < > {SOURCE}
|
||||
prep cond
|
||||
rts .p
|
||||
need .p
|
||||
|
|
Loading…
Reference in a new issue