1 " ******************************************************
2 " * *
3 " * *
4 " * Copyright c 1972 by Massachusetts Institute of *
5 " * Technology and Honeywell Information Systems, Inc. *
6 " * *
7 " * *
8 " ******************************************************
9
10 " PL1_BLAST_ message segment for fortran compiler
11 "
12 " P. Green, 28 October 1970
13
14 name pl1_blast_
15
16 segdef blast_time
17 even
18 bss blast_time,2
19
20 segdef blast_on
21 bss blast_on,1
22
23 segdef blast_message
24 bss blast_message,18
25
26 end