X-Authentication-Warning: acp3bf.physik.rwth-aachen.de: broeker owned process doing -bs Date: Mon, 11 Jun 2001 13:52:52 +0200 (MET DST) From: Hans-Bernhard Broeker X-Sender: broeker AT acp3bf To: djgpp-workers AT delorie DOT com Subject: Re: Compiler options for djdev build In-Reply-To: <200106090935.LAA26549@mother.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 9 Jun 2001, Martin Str|mberg wrote: > @@ -45,8 +46,9 @@ fflush(FILE *f) > f->_flag &= ~_IOUNGETC; > if ((f->_flag&(_IONBF|_IOWRT))==_IOWRT > && (base = f->_base) != NULL > - && (rn = n = f->_ptr - base) > 0) > + && (n = f->_ptr - base) > 0) > { > + rn = n; "rn" is only used inside this block, so I think its declaration should go down here, too. BTW: _flsbuf.c may need a similar change, too. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.