cvs commit: hugs98/src static.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Thu, 12 Sep 2002 22:07:16 -0700


sof         2002/09/12 22:07:16 PDT

  Modified files:
    src                  static.c 
  Log:
  checkImportEntity(): work harder to handle 'hidings' of qconids that map
  to both a dcon and (a class or a tycon), i.e.,
  
    import A hiding (B)
  
  hides a dcon, a class and a tycon B (the last two are mutually exclusive,
  of course.)
  
  Revision  Changes    Path
  1.96      +17 -13    hugs98/src/static.c