gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: [Axiom-developer] Broken hypertex


From: Gabriel Dos Reis
Subject: [Gcl-devel] Re: [Axiom-developer] Broken hypertex
Date: 14 Oct 2006 20:38:26 +0200

root <address@hidden> writes:

| > | > 
| > | > Exactly, a typo (& instead of %), no ? I think Camm read this
| > | > mailing list but writing directly to him would be a good idea.
| > | > 
| > | 
| > | I agree. The following line in the diff output below
| > | 
| > | +  if (x->st.st_dim == leng && leng & sizeof(object)
| > | 
| > | should actually read
| > | 
| > | +  if (x->st.st_dim == leng && leng % sizeof(object)
| > 
| > I just updated my version of gcl-2.6.8pre and saw that the typo is
| > still there.  I'll check in a fix later, unless Camm beats me at it.
| 
| I checked Gold's version of gcl-2.6.7, gcl-2.6.8pre, and gcl-2.6.8pre2
| and this line is the same in all three versions.
| 
| I'm not sure what version of gcl-2.6.8pre you're using.

GCL CVS. (Camm kindly welcomed me on te GCL project.)
So I have (separate)  copies, up-to-date, of gcl-2.6.8pre, gcl-2.7
(trunk).

-- Gaby




reply via email to

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