PMERGE(1) — Unix Programmer’s Manual
NAME
pmerge − pascal file merger
SYNOPSIS
pmerge filename.p ...
DESCRIPTION
Pmerge assembles the named Pascal files into a single standard Pascal program and lists the resulting program on the standard output. You can use pmerge to merge a collection of separately compiled modules so that you can run them through pi(1) or export them to other sites.
FILES
/usr/tmp/MG∗default temporary files
SEE ALSO
pc(1), pi(1),
Auxiliary documentation Berkeley Pascal User’s Manual.
BUGS
Pmerge does very little error checking, so incorrect programs will produce unpredictable results. Place block comments after the keyword they refer to or they are likely to end up in bizarre places.
4th Berkeley Distribution — April 29, 1985