OSDN Git Service

2004-04-08 Eric Christopher <echristo@redhat.com>
authorjjohnstn <jjohnstn>
Thu, 8 Apr 2004 18:42:46 +0000 (18:42 +0000)
committerjjohnstn <jjohnstn>
Thu, 8 Apr 2004 18:42:46 +0000 (18:42 +0000)
        * libc/include/machine/setjmp.h: Fix endif locations.

newlib/ChangeLog
newlib/libc/include/machine/setjmp.h

index e273079..174f0bb 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-08  Eric Christopher  <echristo@redhat.com>
+
+       * libc/include/machine/setjmp.h: Fix endif locations.
+
 2004-04-01  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
 
        * libc/time/strptime.c: Add standard includes to avoid
index 7f35ef6..59d08bf 100644 (file)
@@ -203,6 +203,7 @@ typedef     _JBTYPE jmp_buf[_JBLEN];
 #else
 typedef        int jmp_buf[_JBLEN];
 #endif
+#endif
 
 _END_STD_C
 
@@ -235,4 +236,3 @@ typedef int sigjmp_buf[_JBLEN+2];
 }
 #endif
 #endif /* __CYGWIN__ or __rtems__ */
-#endif