Date: Wed, 22 Jan 2003 15:41:35 -0500 Message-Id: <200301222041.h0MKfZh01617@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (rich AT phekda DOT freeserve DOT co DOT uk) Subject: Re: ssize_t: int -> signed long [PATCH] References: 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 The only reason FILE is actually defined in stdio.h is because ANSI requires it. I didn't want to define it at all. No programs should take advantage of its public definition, so go ahead and change it (as long as the size doesn't change). If programs break, they're cheating anyway.