utrim.icn: Program to remove unneeded procs from ucode

August 7, 1993; Gregg M. Townsend
This file is in the public domain.
Usage:  utrim [-s | -v] file...

Utrim alters a set of uncode files comprising a complete Icon program
by removing unreferenced procedures.  The resulting files are smaller,
and they produce a smaller icode file.

The basename of each command argument is used to find a pair of
.u1 and .u2 files; each pair is renamed to .u1o and .u2o and
replaced by new .u1 and .u2 files.

-s invokes silent mode; -v invokes verbose mode.

Warning: utrim may break programs that use string invocation.

Source code | Program Library Page | Icon Home Page