Google
 

Trailing-Edge - PDP-10 Archives - TOPS-20_V6.1_DECnetSrc_7-23-85 - mcb/vnp36/blockt.req
There are 4 other files named blockt.req in the archive. Click here to see a list.
!DSKT:BLOCKT.REQ[10,6026,VNP36],  6-Mar-84 10:24:45, Edit by DAVENPORT
!
! Only UNDECLARE symbols if already defined to avoid compilation
! errors.
!
!                    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.


!
! THIS FILE, BLOCKT.REQ, UNDECLARES ALL OF THE NAMES USED ONLY
!  TO DEFINE THE STRUCTURE OF THE STORAGE BLOCKS USED BY
!  THE TASK BUILDER.
!

%if %declared (%QUOTE DATA_L_WORD) %then undeclare %QUOTE DATA_L_WORD; %fi
%if %declared (%QUOTE DATA_L_BIT) %then undeclare %QUOTE DATA_L_BIT; %fi
%if %declared (%QUOTE DATA_L_FNX) %then undeclare %QUOTE DATA_L_FNX; %fi
%if %declared (%QUOTE DATA_L_EQUAL) %then undeclare %QUOTE DATA_L_EQUAL; %fi
%if %declared (%QUOTE DATA_L_INC) %then undeclare %QUOTE DATA_L_INC; %fi
%if %declared (%QUOTE DATA_L_WB) %then undeclare %QUOTE DATA_L_WB; %fi
%if %declared (%QUOTE DATA_L_HWB) %then undeclare %QUOTE DATA_L_HWB; %fi
%if %declared (%QUOTE SBLOCK) %then undeclare %QUOTE SBLOCK; %fi
%if %declared (%QUOTE EBLOCK) %then undeclare %QUOTE EBLOCK; %fi
%if %declared (%QUOTE ABLOCK) %then undeclare %QUOTE ABLOCK; %fi
%if %declared (%QUOTE HEADER) %then undeclare %QUOTE HEADER; %fi
%if %declared (MAX_BLK_TYPE) %then undeclare MAX_BLK_TYPE; %fi
%if %declared (MAX_BLK_LEN) %then undeclare MAX_BLK_LEN; %fi

!