You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by vi...@apache.org on 2008/07/01 20:32:07 UTC

svn commit: r673164 - /stdcxx/branches/4.2.x/include/ansi/setjmp.h

Author: vitek
Date: Tue Jul  1 11:32:06 2008
New Revision: 673164

URL: http://svn.apache.org/viewvc?rev=673164&view=rev
Log:
2008-07-01  Travis Vitek  <vi...@roguewave.com>

	STDCXX-670
	* include/ansi/setjmp.h [!setjmp]: Define function macro setjmp.


Modified:
    stdcxx/branches/4.2.x/include/ansi/setjmp.h

Modified: stdcxx/branches/4.2.x/include/ansi/setjmp.h
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/ansi/setjmp.h?rev=673164&r1=673163&r2=673164&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/ansi/setjmp.h (original)
+++ stdcxx/branches/4.2.x/include/ansi/setjmp.h Tue Jul  1 11:32:06 2008
@@ -48,4 +48,8 @@
 #  include _RWSTD_ANSI_C_SETJMP_H
 #endif   // _RWSTD_NO_DEPRECATED_C_HEADERS
 
+#ifndef setjmp
+#  define setjmp(env) setjmp (env)
+#endif
+
 #endif   // _RWSTD_SETJMP_H_INCLUDED