2006-12-18 Kazunori Asayama <asayama@sm.sony.co.jp>
* libc/include/machine/setjmp.h: Replace vector with __vector.
This commit is contained in:
parent
f4dc839650
commit
9b354d7f3b
@ -1,3 +1,7 @@
|
||||
2006-12-18 Kazunori Asayama <asayama@sm.sony.co.jp>
|
||||
|
||||
* libc/include/machine/setjmp.h[__SPU__]: Replace vector with __vector.
|
||||
|
||||
2006-12-14 Jeff Johnston <jjohnstn@redhat.com>
|
||||
Eric Blake <ebb9@byu.net>
|
||||
|
||||
|
@ -210,7 +210,7 @@ _BEGIN_STD_C
|
||||
|
||||
#ifdef __SPU__
|
||||
#define _JBLEN 50
|
||||
#define _JBTYPE vector signed int
|
||||
#define _JBTYPE __vector signed int
|
||||
#endif
|
||||
|
||||
#ifdef __xstormy16__
|
||||
|
Loading…
Reference in New Issue
Block a user