OSSP CVS Repository

ossp - Difference in ossp-pkg/ex/ex.h versions 1.15 and 1.16
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/ex/ex.h 1.15 -> 1.16

--- ex.h 2002/02/25 10:30:15     1.15
+++ ex.h 2002/02/25 10:33:02     1.16
@@ -43,7 +43,7 @@
 #if (   defined(__STDC__) \
      && defined(__STDC_VERSION__) \
      && __STDC_VERSION__ >= 199901L)
-#define __EX_FUNC__ __func__      /* ISO C99 compliant */
+#define __EX_FUNC__ __func__      /* ISO-C99 compliant */
 #elif (   defined(__GNUC__) \
        && defined(__GNUC_MINOR__) \
        && (   __GNUC__ > 2 \
@@ -69,7 +69,7 @@
 #define __ex_mctx_restore(mctx)  (void)siglongjmp((mctx)->jb, 1)
 
 #elif defined(__EX_MCTX_SJLJ__) || !defined(__EX_MCTX_CUSTOM__)
-#include <setjmp.h>              /* ISO C jmp_buf(3) */
+#include <setjmp.h>              /* ISO-C jmp_buf(3) */
 #define __ex_mctx_struct         jmp_buf jb;
 #define __ex_mctx_save(mctx)     (setjmp((mctx)->jb) == 0)
 #define __ex_mctx_restored(mctx) /* noop */

CVSTrac 2.0.1