
7 Jan
2002
7 Jan
'02
7:26 p.m.
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