	.TITLE DECL
	.IDENT /25MY89/
;
;	File:[22,310]DECL.MAC
;	Author: Philip Hannay.
;	History: 
;           25-May-89.  Philip Hannay.  Created.
;
;	Last Edit:  25-MAY-1989 16:23:01 

.rem |
Procedure DECL;External;

{*USER*
 Pascal-3 procedure to declare a significant event.  
Directive status is available in $DSW on return. 
} 
|

;
; Assemble with PASMAC.MAC as prefix file.
;
;

	.MCALL DECL$S
	
	PROC DECL
	BEGIN
	DECL$S	
	ENDPR
	.END

