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

Sigbjorn Finne sof@glass.cse.ogi.edu
Mon, 7 Jan 2002 16:26:33 -0800


sof         2002/01/07 16:26:32 PST

  Modified files:
    src                  storage.h storage.c 
  Log:
  - addPrim, addPrimCfun - don't pin name onto 'names' list; already done
    (by newName). The earlier commit which made this change was well-intended,
    but misguided: identical names makes the 'next hash' for a name point back
    to itself. This causes findName() to go into a spin.
  
  Revision  Changes    Path
  1.25      +4 -3      hugs98/src/storage.h
  1.26      +4 -7      hugs98/src/storage.c