X-Sybari-Trust: 06590a9e 9ffcebbb cd1bde24 00000138 From: Martin Stromberg Message-Id: <200301191611.RAA01832@lws256.lu.erisoft.se> Subject: Re: Updated 2.04 status page To: djgpp-workers AT delorie DOT com Date: Sun, 19 Jan 2003 17:11:36 +0100 (MET) In-Reply-To: <3E2ABB59.21233831@phekda.freeserve.co.uk> from "Richard Dawe" at Jan 19, 2003 02:51:05 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 > * Headers, etc. need to use restrict. Hmm... So what should we do. Just add restrict where applicable. How about compatibility with earlier gccs? Add soemthing like "#if GCC_VERSION < X #define restrict #endif" Where if so? Right, MartinS