root <[EMAIL PROTECTED]> 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


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to