objc-api.h (_C_VECTOR): New.
2001-11-07 Aldy Hernandez <aldyh@redhat.com> * objc-api.h (_C_VECTOR): New. * encoding.c (VECTOR_TYPE): New. From-SVN: r46849
This commit is contained in:
parent
8270e11fe7
commit
f4fdaedae3
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2001-11-07 Aldy Hernandez <aldyh@redhat.com>
|
||||||
|
|
||||||
|
* objc/objc-api.h (_C_VECTOR): New.
|
||||||
|
|
||||||
|
* encoding.c (VECTOR_TYPE): New.
|
||||||
|
|
||||||
Mon Oct 29 21:29:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
Mon Oct 29 21:29:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
* class.c: Rewritten the class table to use optimized, lock-free
|
* class.c: Rewritten the class table to use optimized, lock-free
|
||||||
|
|
|
@ -56,6 +56,8 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#define REAL_TYPE _C_DBL
|
#define REAL_TYPE _C_DBL
|
||||||
|
|
||||||
|
#define VECTOR_TYPE _C_VECTOR
|
||||||
|
|
||||||
#define TYPE_FIELDS(TYPE) objc_skip_typespec (TYPE)
|
#define TYPE_FIELDS(TYPE) objc_skip_typespec (TYPE)
|
||||||
|
|
||||||
#define DECL_MODE(TYPE) *(TYPE)
|
#define DECL_MODE(TYPE) *(TYPE)
|
||||||
|
|
|
@ -75,6 +75,7 @@ struct objc_method_description
|
||||||
#define _C_UNION_E ')'
|
#define _C_UNION_E ')'
|
||||||
#define _C_STRUCT_B '{'
|
#define _C_STRUCT_B '{'
|
||||||
#define _C_STRUCT_E '}'
|
#define _C_STRUCT_E '}'
|
||||||
|
#define _C_VECTOR '!'
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue