cvs commit: hugs98/src static.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Mon, 4 Nov 2002 08:10:40 -0800


sof         2002/11/04 08:10:40 PST

  Modified files:
    src                  static.c 
  Log:
  Predicate used to decide the re-exportation worthiness of an entity in
  checkExportModule():
  
  When checking that the qualified and unqualified forms of an entity
  really refer to the same thing, use their _home modules_ to decide
  this. The previous test of the unqualified form wrt the importing
  module M wasn't really the right thing to do (kind of obvious in
  retrospect, but there you go.)
  
  Revision  Changes    Path
  1.123     +23 -24    hugs98/src/static.c