Trailing-Edge
-
PDP-10 Archives
-
TOPS-20_V6.1_DECnetSrc_7-23-85
-
mcb/xpt/xptsym.req
There is 1 other file named xptsym.req in the archive. Click here to see a list.
! COPYRIGHT (c) 1980, 1981, 1982
! DIGITAL EQUIPMENT CORPORATION
! Maynard, Massachusetts
!
! This software is furnished under a license and may be used
! and copied only in accordance with the terms of such license
! and with the inclusion of the above copyright notice. This
! software or any other copies thereof may not be provided or
! otherwise made available to any other person. No title to
! and ownership of the software is hereby transferred.
!
! The information in this software is subject to change
! without notice and should not be construed as a commitment
! by DIGITAL EQUIPMENT CORPORATION.
!
! DIGITAL assumes no responsibility for the use or reliability
! of its software on equipment which is not supplied by
! DIGITAL.
%IF %DECLARED(NODEB) %THEN
%IF NOT %DECLARED(NO_NODEB) %THEN
map NODEb: ref NODEblock;
%FI %FI
%IF %DECLARED(LINEB) %THEN
%IF NOT %DECLARED(NO_LINEB) %THEN
map LINEb: ref LINEblock;
%FI %FI
%IF NOT %DECLARED(MCB$GAW_PROCESS_DATA_BASE) %THEN
external MCB$GAW_PROCESS_DATA_BASE: vector[2];
%FI
%IF NOT %DECLARED(XPTDB)
%THEN bind XPTDB = MCB$GAW_PROCESS_DATA_BASE[1]
%ELSE map XPTDB
%FI : ref XPTDBblock;