"Joel E. Denny" <[EMAIL PROTECTED]> writes: > I just noticed that I forgot to cast the return of malloc() for the sake > of C++.
I fixed that. > did anyone have a chance to run valgrind? I did, with the latest CVS; it seems to work. Thanks. Here's what I ran: make check PREBISON='valgrind -q' PREPARSER='valgrind --leak-check=full -q'
