Patch

Ocie Mitchell — 2001-11-27 23:32:25

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

John Cowan — 2001-11-28 03:17:37

Ocie Mitchell scripsit:
> I guess the mailing list eats patches.

No, it eats attachments. Thanks for reposting.

--
John Cowan http://www.ccil.org/~cowan cowan@...
Please leave your values | Check your assumptions. In fact,
at the front desk. | check your assumptions at the door.
--sign in Paris hotel | --Miles Vorkosigan