Date: Sun, 28 Oct 2001 13:02:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Re: Some build fixes for the test suite In-Reply-To: <3BDBCDF4.A8E92774@phekda.freeserve.co.uk> 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 Sun, 28 Oct 2001, Richard Dawe wrote: > > > Eli Zaretskii wrote: > > > > If we are nitpicking, lets pick all the nits ;-) Let's cast the > > > > size_t members to long (actually, unsigned long sounds better). > > > > That way, we don't need to do anything if some day the size_t > > > > typedef changes. > > I've implemented your suggestion for the files in tests/libc/ansi/stdio > and checked it in. Thanks!