(objc_alignof_type): Handle _C_PTR case.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 14 Dec 1995 23:13:16 +0000 (18:13 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 14 Dec 1995 23:13:16 +0000 (18:13 -0500)
From-SVN: r10723

gcc/objc/encoding.c

index 9620664..811fd3c 100644 (file)
@@ -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*);