17 Apr
2002
17 Apr
'02
2:36 a.m.
sof 2002/04/16 14:06:04 PDT Modified files: src storage.c storage.h static.c Log: - findQualNames(): when resolving local qualified name like F.oo, only consider unqualified names with 'F' as home module. - added removeName() for removing a name from a module's 'names' list -- use it when implementing local overrides. Revision Changes Path 1.35 +51 -20 hugs98/src/storage.c 1.32 +3 -2 hugs98/src/storage.h 1.64 +3 -2 hugs98/src/static.c