Trailing-Edge
-
PDP-10 Archives
-
bb-kl11i-bm_tops20_v7_0_atpch_1-22
-
autopatch/xdany.f14
There are 3 other files named xdany.f14 in the archive. Click here to see a list.
;******************** Start of DBMS20-V6 edit 1205 ********************
.EDIT 1205
.NAME JEF
.DATE 06-Mar-86
; since MAKLIB cannot do the following to a table,
; .INSERT FMTTBL+20,REPLACE:1,<0>
; 60,,0 ;[1205]
; we will modify the table at XDML startup time
.MODULE XDACDS
FTABLE==:FMTTBL ; just so XDCMND has access to this symbol
.MODULE XDCMND
.INSERT INITEX+0,REPLACE:1,<POPJ P,>
HRLZI 0,60 ;[1205]
MOVEM 0,FTABLE##+20 ;[1205]
POPJ P,
.ENDI
.ENDE
;************************* Installation Notes ************************
;
; This patch affects the following DBMS-20 components:
;
; Utilities:
; XDML
; XDML libraries
; XDANY
;
; To install this edit:
;
; @RUN MAKLIB
; *XDANY.REL=XDANY.REL,1205.FIX/F
; *^C
;
; @SUB DBMS20/TAG:PATCH ;DBMS20.CTL from distribution tape
;
;********************* End of DBMS20-V6 edit 1205 *********************