Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - mcb/nml/nmlndl.bli
There is 1 other file named nmlndl.bli 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.

module NMLDTL	(
		ident = 'KLUDGE'
		) =
begin
library 'NMLLIB';

external routine
    NML$REQUEST_MANAGER;

%global_routine ('NML$DUMP', REQ : ref REQUEST_BLOCK) =
    begin
    $NICE$ERR_UFO
    end;				!End of NML$DUMP
%global_routine ('NML$TRIGGER', REQ : ref REQUEST_BLOCK) =
    begin
    $NICE$ERR_UFO
    end;				!End of NML$TRIGGER
%global_routine ('NML$LOAD', REQ : ref REQUEST_BLOCK) =
    begin
    $NICE$ERR_UFO
    end;				!End of NML$LOAD
end				!End of Module NMLDTL
eludom
! Local Modes:
! Mode:BLISS
! Auto Save Mode:2
! Comment Column:40
! Comment Rounding:+1
! End: