K 10 svn:author V 5 joerg K 8 svn:date V 27 1997-03-10T19:20:39.000000Z K 7 svn:log V 274 Fix a gross bug in the ! operator optimization code. The following kind of expressions caused a dereferencation of an uninitialized malloc area, yielding wrong expression evaluation at best, and core dumps at worst (malloc.conf -> AJ): find ... ! \( expr1 ! expr2 \) ... END