cvs commit: hugs98/src static.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Wed, 18 Sep 2002 11:04:30 -0700


sof         2002/09/18 11:04:30 PDT

  Modified files:
    src                  static.c 
  Log:
  Remove the need for fixupIEList() to have to flatten IE lists to
  also include subordinate names. Instead, checkImportEntity() just
  has to work a little bit harder.
  
  This is cleaner and cuts down the size of these IE lists, esp. in
  the presence of code that did a bit of module re-exportation
  (cf. Haskore.)
  
  Revision  Changes    Path
  1.102     +22 -41    hugs98/src/static.c