pika-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pika-dev] scm_wrong == scm_eof ???


From: Tom Lord
Subject: Re: [Pika-dev] scm_wrong == scm_eof ???
Date: Mon, 24 Nov 2003 07:53:50 -0800 (PST)

    > From: Tez Kamihira <address@hidden>
    > Subject: [Pika-dev] scm_wrong == scm_eof ???

    > Is it intensional ? or just bug ?

    > -  scm_eof = ((4 << 16) | scm_vtag_enum),
    > +  scm_eof = ((5 << 16) | scm_vtag_enum),

Bug.   Thanks.

Pushing the applied patch and a change to the unit test for eof values
that double-checks disjointness of #eof from booleans and #wrong.

-t





reply via email to

[Prev in Thread] Current Thread [Next in Thread]