diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-04-08 18:42:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-04-08 18:42:46 +0000 |
commit | 4121d8cf68e69c4569be2be0fb31c68ab0e6f847 (patch) | |
tree | defa0a1c707fcd0f31eb206f5364857cf058146d /newlib | |
parent | 6ea87bc144aadbe49a20249f481d061b5c504286 (diff) | |
download | newlib-4121d8cf68e69c4569be2be0fb31c68ab0e6f847.zip newlib-4121d8cf68e69c4569be2be0fb31c68ab0e6f847.tar.gz newlib-4121d8cf68e69c4569be2be0fb31c68ab0e6f847.tar.bz2 |
2004-04-08 Eric Christopher <echristo@redhat.com>
* libc/include/machine/setjmp.h: Fix endif locations.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/include/machine/setjmp.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e273079..174f0bb 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 7f35ef6..59d08bf 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 |