init (2) --- initialize a Subsystem program 08/28/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine init Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n | At version 8.1 of the Subsystem, 'init' became obsolete. It | remains to help users find programs which were compiled | before Release 8.1. It will print the following error mes- | sage: | You are trying to run a pre-version 9 compilation. | Please recompile and try again. | and then exit to the Subsystem. | 'Init' should not be used in new compilations. The Ratfor | preprocessor 'rp' no longer automatically inserts a call to 'init' in each main program it processes. Users should remove all references to 'init' from their programs, and | recompile as soon as possible. | The Version 8 compatibility library, which allowed the use | of programs compiled before Release 8.1, is no longer sup- | ported. init (2) - 1 - init (2)