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/libc/include/machine | |
parent | 6ea87bc144aadbe49a20249f481d061b5c504286 (diff) | |
download | cygnal-4121d8cf68e69c4569be2be0fb31c68ab0e6f847.tar.gz cygnal-4121d8cf68e69c4569be2be0fb31c68ab0e6f847.tar.bz2 cygnal-4121d8cf68e69c4569be2be0fb31c68ab0e6f847.zip |
2004-04-08 Eric Christopher <echristo@redhat.com>
* libc/include/machine/setjmp.h: Fix endif locations.
Diffstat (limited to 'newlib/libc/include/machine')
-rw-r--r-- | newlib/libc/include/machine/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |