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

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 1 Jan 2002 14:39:12 -0800


sof         2002/01/01 14:39:12 PST

  Modified files:
    src                  storage.c storage.h prelude.h 
  Log:
  Support for dynamically growable tables. The hope is to eventually move
  all of Hugs' internal fixed-size tables over to use these dynamic ones.
  As a first step, the scripts, class and instance tables have been moved
  over to use them.
  
  Should this mod prove faulty/undesirable, set WANT_FIXED_SIZE_TABLES to
  1 in prelude.h
  
  Revision  Changes    Path
  1.25      +154 -15   hugs98/src/storage.c
  1.24      +28 -2     hugs98/src/storage.h
  1.29      +11 -7     hugs98/src/prelude.h