Commit 2e5f02a3 by Ovidiu Predescu Committed by Jeff Law

encoding.c (TREE_TYPE, ARRAY_TYPE): Define.

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

From-SVN: r22536
parent 31f0adf8
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment