Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-04-08 22:42:46 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-04-08 22:42:46 +0400
commit4121d8cf68e69c4569be2be0fb31c68ab0e6f847 (patch)
treedefa0a1c707fcd0f31eb206f5364857cf058146d
parent6ea87bc144aadbe49a20249f481d061b5c504286 (diff)
2004-04-08 Eric Christopher <echristo@redhat.com>
* libc/include/machine/setjmp.h: Fix endif locations.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/machine/setjmp.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e27307910..174f0bbcf 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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
diff --git a/newlib/libc/include/machine/setjmp.h b/newlib/libc/include/machine/setjmp.h
index 7f35ef61d..59d08bfbe 100644
--- a/newlib/libc/include/machine/setjmp.h
+++ b/newlib/libc/include/machine/setjmp.h
@@ -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