Date: Wed, 22 Oct 1997 13:49:24 +0200 (IST) From: Eli Zaretskii To: Vik Heyndrickx cc: djgpp workers Subject: Re: libc & -Wsign-compare In-Reply-To: <344DD3D5.B3D@rug.ac.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 22 Oct 1997, Vik Heyndrickx wrote: > --f->_cnt > -f->_bufsiz > > I don't understand this, and since understanding is quite important in > doing these changes, could someone please inlighten me what this > expression actually means: > > f->_cnt-1 > -f->_bufsiz No, it means (f->_cnt = f->_cnt-1) > -f->_bufsiz (side effects are important).