delorie.com/archives/browse.cgi | search |
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 <broeker AT physik DOT rwth-aachen DOT de> |
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: | <Pine.LNX.4.10.10106111347380.966-100000@acp3bf> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |