Date: Wed, 11 Feb 1998 19:28:11 +0200 (IST) From: Eli Zaretskii To: Shaka Zulu cc: djgpp AT delorie DOT com Subject: Re: fixincludes ? In-Reply-To: <34df3cb8.21967181@news.innotts.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 11 Feb 1998, Shaka Zulu wrote: > i installed gcc 2.7.2.1 from the binary distribution > are my headers already fixed ? They are already fixed. The `fixincludes' script is for platforms where GCC is used with header files which are either non-ANSI (e.g., no prototypes for ANSI functions) or cause conflicts with GCC's internal defaults. DJGPP's headers don't have these problems.