cvs commit: hugs98/src static.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 10 Sep 2002 21:35:49 -0700


sof         2002/09/10 21:35:49 PDT

  Modified files:
    src                  static.c 
  Log:
  - renamed addEntities() to addEntity(); neither are particularly
    descriptive names, but at least the latter gets the plurality right.
  - added addEntityPair(), which is used to correctly handle 'orphaned'
    names in import lists. (bug highlighted yet again by a Ross bug
    report -- tests/static/mod118.hs; thx.)
  
  Revision  Changes    Path
  1.89      +65 -41    hugs98/src/static.c