cvs commit: hugs98/src hugs.c

nordland@glass.cse.ogi.edu nordland@glass.cse.ogi.edu
Tue, 22 Oct 2002 06:53:09 -0700


nordland    2002/10/22 06:53:09 PDT

  Modified files:
    src                  hugs.c 
  Log:
  Fixed incorrect offset in call to dropScriptsFrom, which cased :load to
  behave strangely.  I ran into the bug as follows:
  
   Prelude> :l Array
   Array> :l Maybe
   Ix>
   ~~~
  
  Revision  Changes    Path
  1.104     +3 -3      hugs98/src/hugs.c