Sorry for all the mail.

Come to notice, in fact entryDelim is never read. So this can probably go.

Richard

Richard Heck wrote:
> And oh by the way, can someone check this bit:
>
>   
>>                      if (ch == '(') entryDelim = ')';
>> -                    else if (ch == '{') entryDelim = ')';
>> +                    else if (ch == '{') entryDelim = '}';
>>   
>>     
> It had previous been: else if (ch = '{') entryDelim = ')'. That's not
> related to the present issue, I don't think, but it surely must be a bug.
>
> Richard
>
>   


-- 
==================================================================
Richard G Heck, Jr
Professor of Philosophy
Brown University
http://frege.brown.edu/heck/
==================================================================
Get my public key from http://sks.keyserver.penguin.de
Hash: 0x1DE91F1E66FFBDEC
Learn how to sign your email using Thunderbird and GnuPG at:
http://dudu.dyn.2-h.org/nist/gpg-enigmail-howto

Reply via email to