> | > 
> | > 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.

t


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to