Date: Tue, 13 Jun 2000 13:25:32 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: DJGPP Workers Subject: Re: Patch: sentinels for typedefs in headers In-Reply-To: <39454056.9A188121@softhome.net> 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 Mon, 12 Jun 2000, Laurynas Biveinis wrote: > #ifndef _FOO_T_DEFINED > __DJ_foo_t > #define _FOO_T_DEFINED > #endif > > I've tested this patch by including big bunch of include files into > one source file, and got no warnings about redefinitions. Did you try a cross-build of GCC? If not, I suggest that you (or someone else) tries it: many of these problems pop up when people use the cross kit.