diff options
author | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-16 22:19:22 +0000 |
---|---|---|
committer | ovidiu <ovidiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-16 22:19:22 +0000 |
commit | fbe09d4b547690c00579d9f7016dbe197bb21202 (patch) | |
tree | 044e18a662c3e1bf5c499f85c2eb9e6120ea8a97 /libobjc/encoding.c | |
parent | 93c7b06ecdfc0af0cf1e5b1f7f0fa427e897bb0b (diff) | |
download | gcc-fbe09d4b547690c00579d9f7016dbe197bb21202.tar.gz |
Minor changes in the documentation. Correctly define get_inner_array_type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23144 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/encoding.c')
-rw-r--r-- | libobjc/encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/encoding.c b/libobjc/encoding.c index d4128704b92..4749ba026e9 100644 --- a/libobjc/encoding.c +++ b/libobjc/encoding.c @@ -60,7 +60,7 @@ Boston, MA 02111-1307, USA. */ #define DFmode _C_DBL -#define get_inner_array_type(TYPE) objc_skip_typespec(TYPE) +#define get_inner_array_type(TYPE) ((TYPE) + 1) static inline int |