Date: Thu, 8 Feb 2001 10:20:23 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Stephen Silver cc: DJGPP Workers Subject: Re: setjmp.h - namespace std patch In-Reply-To: <002801c09131$90b3c760$9c11893e@oemcomputer> 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 Wed, 7 Feb 2001, Stephen Silver wrote: > Here's the setjmp.h patch. Thanks. > One slight complication here is that the C++ standard requires > setjmp to be a macro, but DJGPP defines it as a function. Could you please cite the standard where it says that? Anyway, can you define setjmp to itself? Would that make the C++ standard and the compiler happy?