encoding.c (TREE_TYPE, ARRAY_TYPE): Define.

* encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
        (get_inner_array_type): Define.

From-SVN: r22536
This commit is contained in:
Ovidiu Predescu 1998-09-21 22:28:51 +00:00 committed by Jeff Law
parent 31f0adf89f
commit 2e5f02a3e3
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
* encoding.c (TREE_TYPE, ARRAY_TYPE): Define.
(get_inner_array_type): Define.
1998-09-21 Ben Elliston <bje@cygnus.com>
* New directory. Moved files from ../gcc/objc.

View File

@ -47,9 +47,12 @@ Boston, MA 02111-1307, USA. */
macros. */
#define TREE_CODE(TYPE) *TYPE
#define TREE_TYPE(TREE) TREE
#define RECORD_TYPE _C_STRUCT_B
#define UNION_TYPE _C_UNION_B
#define QUAL_UNION_TYPE _C_UNION_B
#define ARRAY_TYPE _C_ARY_B
#define TYPE_FIELDS(TYPE) objc_skip_typespec (TYPE)
@ -57,6 +60,7 @@ Boston, MA 02111-1307, USA. */
#define DFmode _C_DBL
#define get_inner_array_type(TYPE) objc_skip_typespec(TYPE)
static inline int