Date: Thu, 8 Feb 2001 16:18:19 +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: <003e01c091c9$e8796de0$fb4b893e@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id JAA29550 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 Thu, 8 Feb 2001, Stephen Silver wrote: > 17.4.1.2 paragraph 5: > > Names which are defined as macros in C shall be defined as > macros in the C++ Standard Library, even if C grants license for > implementation as functions. [Note: the names defined as macros > in C include the following: assert, errno, offsetof, setjmp, > va_arg, va_end, and va_start. —end note] This seems to indicate that setjmp should be a macro in C as well. perhaps we need to make "#define setjmp setjmp" be visible even outside #ifdef __cplusplus.