This library of reusable C modules is a part of "Toolbox For Compiler
Construction" (Karlsruhe Cocktail) used when constructing the compiler.

The configurations which have been tested by development of Cocktail
are listen in the file README in this directory.

We have tested this library on SPARCstations running Solaris 2.3, 2.4
and 2.5, HP9000 running HP-UX 9.07 and on PC running Red Hat Linux 4.0.
We have detected some bugs in reusable modules, but in general this
library works properly on all known 32-bit platforms.

We got problems during porting our compiler (and especially, reuse library)
to DEC Alpha. To eliminate these problems, we had modified some files
(General.c, Sets.h, System.h) and added the file mpC_Porting.h, which is
generated automatically from mpc_port.h when you say 'make' at the global
level.

After porting this library of reusable modules should run properly on
all platforms which have the following restrictions of C compiler:
   - sizeof(int) or sizeof(long) must be 4 bytes;
   - the pointer type and one of the types int or long must have the
     same size.
