sof 2002/04/03 22:52:43 PST Modified files: src storage.h storage.c Log: Support for H98 local aliases on imports, i.e., more than one module may use the same local qualifier: module M where import qualified Foo as A import qualified Baz as A x = A.f Revision Changes Path 1.28 +4 -3 hugs98/src/storage.h 1.30 +66 -36 hugs98/src/storage.c