cvs commit: hugs98/src static.c storage.c storage.h

nordland@glass.cse.ogi.edu nordland@glass.cse.ogi.edu
Mon, 3 Dec 2001 16:20:45 -0800


nordland    2001/12/03 16:20:45 PST

  Modified files:
    src                  static.c storage.c storage.h 
  Log:
  Fixed an error in the static analysis of qualified member names in instance
  declarations.  The error caused loading of the BankersQueue library to fail,
  choking on the S.Sequence instance for Seq.
  
  Revision  Changes    Path
  1.45      +8 -8      hugs98/src/static.c
  1.20      +5 -5      hugs98/src/storage.c
  1.21      +3 -2      hugs98/src/storage.h