Skip to content

Commit

Permalink
Update XINDX6.m
Browse files Browse the repository at this point in the history
  • Loading branch information
whitten authored Aug 18, 2016
1 parent 21c3bd7 commit d194fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XINDX6.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
D ANS("Print more than compiled errors and warnings? YES//","YN","Print detailed info") G:X="^" END S INP(1)="Yy"[X G:'INP(1) L7
D ANS("Print summary only? NO//","NY","Skip detail on each routine") G:X="^" END S INP(6)="Yy"[X G L7:INP(6)
D ANS("Print routines? YES//","YN","Print routines code also") G:X="^" END S INP(2)="Yy"[X
I INP(2) D ANS("Print (R)egular,(S)tructured or (B)oth w/ Line (N)umbers or (O)ffsets or w/ Control (F)low? R//","RLIST") G:X="^" END S INP(5)=X
I INP(2) D ANS("Print (R)egular,(S)tructured or (B)oth w/ Control (F)low and (L)ine Numbers or (N)o Offsets or ? R//","RLIST") G:X="^" END S INP(5)=X
I INDDA>0 D ANS("Print the DDs, Functions, and Options? YES//","YN","Gather other package code.") G:X="^" END S INP(4)="Yy"[X
D ANS("Print errors and warnings with each routine? YES//","YN") G:X="^" END S INP(3)="Yy"[X
L7 I $D(^DIC(9.8,0)),$D(DUZ) D ANS("Save parameters in ROUTINE file? NO//","NY","Update the ROUTINE file with details") G:X="^" END S INP(7)="Yy"[X
Expand Down

0 comments on commit d194fb2

Please sign in to comment.