* libc/include/machine/setjmp.h [__H8300__] (_JBTYPE): Define,

instead of typedefing jmp_buf.
This commit is contained in:
Alexandre Oliva 2004-06-22 22:11:54 +00:00
parent 9a6831be86
commit eb6a452aae
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-06-22 Alexandre Oliva <aoliva@redhat.com>
* libc/include/machine/setjmp.h [__H8300__] (_JBTYPE): Define,
instead of typedefing jmp_buf.
2003-07-02 Richard Sandiford <rsandifo@redhat.com>
* libc/machine/h8300/Makefile.am (lib_a_SOURCES): Add h8sx_strcpy.S.
* libc/machine/h8300/defines.h (LEN): New macro.

View File

@ -86,7 +86,7 @@ _BEGIN_STD_C
#ifdef __H8300__
#define _JBLEN 5
typedef int jmp_buf[_JBLEN];
#define _JBTYPE int
#endif
#ifdef __H8300H__