diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-12-14 18:13:16 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-12-14 18:13:16 -0500 |
commit | fb3ba99d6393fff8a8c8202a449a5db28c94329c (patch) | |
tree | f5eb2cafab77d2df739b11670b6c74fad0308eb3 /gcc/objc/encoding.c | |
parent | eeae1c73626b190cc32f9b7724356dfe8add9e4a (diff) | |
download | gcc-fb3ba99d6393fff8a8c8202a449a5db28c94329c.zip gcc-fb3ba99d6393fff8a8c8202a449a5db28c94329c.tar.gz gcc-fb3ba99d6393fff8a8c8202a449a5db28c94329c.tar.bz2 |
(objc_alignof_type): Handle _C_PTR case.
From-SVN: r10723
Diffstat (limited to 'gcc/objc/encoding.c')
-rw-r--r-- | gcc/objc/encoding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/objc/encoding.c b/gcc/objc/encoding.c index 9620664..811fd3c 100644 --- a/gcc/objc/encoding.c +++ b/gcc/objc/encoding.c @@ -111,7 +111,6 @@ objc_sizeof_type(const char* type) return sizeof(double); break; - case _C_PTR: case _C_ATOM: case _C_CHARPTR: return sizeof(char*); |