PMERGE(1) UNIX Programmer's Manual PMERGE(1) NAME pmerge - pascal file merger SYNOPSIS pmerge name.p ... DESCRIPTION _P_m_e_r_g_e assembles the named Pascal files into a single stan- dard Pascal program. The resulting program is listed on the standard output. It is intended to be used to merge a col- lection of separately compiled modules so that they can be run through pi , or exported to other sites. FILES /usr/tmp/MG* default temporary files SEE ALSO pc(1), pi(1), Auxiliary documentation _B_e_r_k_e_l_e_y _P_a_s_c_a_l _U_s_e_r'_s _M_a_n_u_a_l. AUTHOR M. Kirk McKusick BUGS Very minimal error checking is done, so incorrect programs will produce unpredictable results. Block comments should be placed after the keyword to which they refer or they are likely to end up in bizarre places. Printed 11/26/99 April 29, 1985 1