1PMERGE(1) General Commands Manual PMERGE(1)
2
3
4
6 pmerge - pascal file merger
7
9 pmerge name.p ...
10
12 Pmerge assembles the named Pascal files into a single standard Pascal
13 program. The resulting program is listed on the standard output. It
14 is intended to be used to merge a collection of separately compiled
15 modules so that they can be run through pi , or exported to other
16 sites.
17
19 /usr/tmp/MG∗ default temporary files
20
22 pc(1), pi(1),
23 Auxiliary documentation Berkeley Pascal User's Manual.
24
26 M. Kirk McKusick
27
29 Very minimal error checking is done, so incorrect programs will produce
30 unpredictable results. Block comments should be placed after the key‐
31 word to which they refer or they are likely to end up in bizarre
32 places.
33
34
35
364th Berkeley Distribution April 29, 1985 PMERGE(1)