diff options
| author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 20:19:37 +0000 |
|---|---|---|
| committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 20:19:37 +0000 |
| commit | 0ee579cd4e05beecb067353b73258e08fc0f914c (patch) | |
| tree | 5624961b5cadba21d6c5047592828975c5ed7404 /libobjc/objc/objc-api.h | |
| parent | 90eef04ee1cf1052052bb29c81781918d2e89ed3 (diff) | |
| download | ppe42-gcc-0ee579cd4e05beecb067353b73258e08fc0f914c.tar.gz ppe42-gcc-0ee579cd4e05beecb067353b73258e08fc0f914c.zip | |
2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/25360
* objc/objc-act.c (encode_type): Encode Complex types as 'j' followed
by the inner type.
2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/25360
* objc/objc-api.c (_C_COMPLEX): New define.
* encoding.c (objc_sizeof_type): Handle _C_Complex.
(objc_alignof_type): Likewise.
(objc_skip_typespec): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc/objc-api.h')
| -rw-r--r-- | libobjc/objc/objc-api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/objc/objc-api.h b/libobjc/objc/objc-api.h index e393c395219..e0e49e21fdf 100644 --- a/libobjc/objc/objc-api.h +++ b/libobjc/objc/objc-api.h @@ -82,6 +82,7 @@ struct objc_method_description #define _C_STRUCT_B '{' #define _C_STRUCT_E '}' #define _C_VECTOR '!' +#define _C_COMPLEX 'j' /* |

