On Mon, 8 Nov 2004, Marco Antoniotti wrote: > On Nov 8, 2004, at 12:53 PM, cees-bart wrote: > > > Hi list, > > > > I'm trying to redefine the function make-hash-table defined in > > $CMUCLSOURCE/src/hash-new.lisp (cmucl 19e) because i want custom test > > and hash functions. Redefining worked using cmucl 18e, but now I end up > > in another debugger: > > Bad Bad Bad idea. Make your package called "MY-HASH-FUNCTIONS" and > start from there.
yes, but then i have to rename all occurrences in the code to make-my-hash-table, because otherwise the same stack overflow pops up. ceesb.
