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

Sigbjorn Finne sof@glass.cse.ogi.edu
Thu, 9 May 2002 08:00:59 -0700


sof         2002/05/09 08:00:59 PDT

  Modified files:
    src                  connect.h hugs.c machdep.c 
  Log:
  Added the 'X' toggle (on by default).
  
  It controls whether or not to add the path of a module
  to the search path while resolving/chasing its imports.
  
  Revision  Changes    Path
  1.32      +3 -2      hugs98/src/connect.h
  1.77      +12 -2     hugs98/src/hugs.c
  1.43      +11 -4     hugs98/src/machdep.c