COMPILATION LISTING OF SEGMENT use_ep_basic Compiled by: Multics PL/I Compiler, Release 20e, of May 22, 1976 Compiled on: 06/19/76 1538.9 mst Sat Options: optimize map 1 use_ep_basic: proc; 2 3 /* This command causes the basic compiler to compile programs in double precision. */ 4 5 dcl basic$precision_length fixed bin(35) ext; 6 7 basic$precision_length = 2; 8 return; 9 10 11 use_sp_basic: entry; 12 13 basic$precision_length = 1; /* set back to single precision */ 14 return; 15 16 end; NAMES DECLARED IN THIS COMPILATION. IDENTIFIER OFFSET LOC STORAGE CLASS DATA TYPE ATTRIBUTES AND REFERENCES NAME DECLARED BY DECLARE STATEMENT. basic$precision_length 000010 external static fixed bin(35,0) dcl 5 set ref 7 13 NAMES DECLARED BY EXPLICIT CONTEXT. use_ep_basic 000001 constant entry external dcl 1 ref 1 use_sp_basic 000013 constant entry external dcl 11 ref 11 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 74 106 24 104 Length 250 24 12 126 50 0 External procedure use_ep_basic uses 64 words of automatic storage THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. return ext_entry NO EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. THE FOLLOWING EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. basic$precision_length LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 1 000000 7 000006 8 000011 11 000012 13 000020 14 000023 ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved