cvs commit: hugs98/src connect.h machdep.c storage.c storage.h

Sigbjorn Finne sof@glass.cse.ogi.edu
Thu, 4 Jul 2002 22:21:27 -0700


sof         2002/07/04 22:21:27 PDT

  Modified files:
    src                  connect.h machdep.c storage.c storage.h 
  Log:
  Have Scripts track their associated primInfoDef (if any). In turn,
  the primInfoDef for a module now tracks its corresponding DLL handle.
  
  This is all done so that upon unloading a script, we can properly let
  go of the underlying DLL (and primInfoDef.)
  
  Revision  Changes    Path
  1.40      +3 -2      hugs98/src/connect.h
  1.56      +112 -31   hugs98/src/machdep.c
  1.45      +99 -23    hugs98/src/storage.c
  1.39      +6 -2      hugs98/src/storage.h