cvs commit: hugs98/src static.c
Sigbjorn Finne
sof@glass.cse.ogi.edu
Thu, 12 Sep 2002 14:23:27 -0700
sof 2002/09/12 14:23:27 PDT
Modified files:
src static.c
Log:
Handling of data constructors in import/export lists:
- in export lists, flag an error if a dcon does
appear in an export list (used to be silent.)
- checkImportEntity(): if the imported entity is possibly
a dcon, peer inside the imported module's tycons looking
for it. As was, importing/hiding dcons wasn't permitted.
Revision Changes Path
1.94 +59 -22 hugs98/src/static.c