I guess the mailing list eats patches. Anyway, its
just one line added to interp.c:
*** 948,953 ****
--- 948,954 ----
{
if (n1 == NULL && n2 == NULL) return 1;
if (n1 == NULL || n2 == NULL) return 0;
+ if (n1->op != n2->op) return 0;
switch (n1->op)
{ case BOOLEAN_: case CHAR_: case INTEGER_:
if (n2->op != BOOLEAN_ && n2->op != CHAR_
&&
__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1