(objc_skip_typespec): Don't abort for _C_UNDEF.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 14 Apr 1996 11:52:23 +0000 (07:52 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 14 Apr 1996 11:52:23 +0000 (07:52 -0400)
From-SVN: r11761

gcc/objc/encoding.c

index 822c222f8e8670168ac35f6d0ace428d3aa7efc9..14e9aaf6b71fefb5bc60f2df41c6ad9fa6975829 100644 (file)
@@ -1,5 +1,5 @@
 /* Encoding of types for Objective C.
-   Copyright (C) 1993, 1995 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GNU CC.
@@ -342,6 +342,7 @@ objc_skip_typespec (const char* type)
   case _C_FLT:
   case _C_DBL:
   case _C_VOID:
+  case _C_UNDEF:
     return ++type;
     break;