cvs commit: hugs98/src static.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 10 Sep 2002 13:14:32 -0700


sof         2002/09/10 13:14:32 PDT

  Modified files:
    src                  static.c 
  Log:
  How I spent my lunch hour today:
  
  - added addEntities() for properly managing import/export lists.
  - when exporting an identifier I, check to see whether it's a method,
    data con or field name, belonging to an entity N. If so, export it
    as N(I).
  - ditto for imports of method and field names, if they appear as
    orphans in import lists, handle them as being imported via their
    parent.
  - use addEntities() throughout.
  
  Revision  Changes    Path
  1.88      +79 -21    hugs98/src/static.c