#MODULA-2
Yes, Steve, I did notice this. They must be able to cut down on the amount of
data stored in the .sym files, but also we must remember, that everything which
can be referenced through a pointer must be there. We have the problem of
versions involved here. When your Foo module was compiled it relied on the
version of Intuition at that point in time. That cannot be substituted by a
simple reference to include Intuition, whenever the .sym file is used.
-Joergen