Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - t20/nmlt20/nmlndl.bli
There is 1 other file named nmlndl.bli in the archive. Click here to see a list.
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: