c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use.
authorZiemowit Laski <zlaski@apple.com>
Thu, 26 Aug 2004 20:55:24 +0000 (20:55 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Thu, 26 Aug 2004 20:55:24 +0000 (20:55 +0000)
[gcc/ChangeLog]
2004-08-26  Ziemowit Laski  <zlaski@apple.com>

        * c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use.

From-SVN: r86632

gcc/ChangeLog
gcc/c-parse.in

index 7c3c1d47a0c87ce9514ff3202c764dbe2aabcbc5..24b2789dd095aaa9f9d1be29d14bb6464924e1a9 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-26  Ziemowit Laski  <zlaski@apple.com>
+
+       * c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use.
+
 2004-08-26  Daniel Berlin  <dberlin@dberlin.org>
 
        * tree-alias-common.c (gate_pta): New function.
index 16cbd228908cd7e3b928e060ee0a5d674f22b021..85927d4f359efb1ff78be0d8886b92156f3bbd6d 100644 (file)
@@ -127,6 +127,10 @@ do {                                                                       \
    yylval contains an IDENTIFIER_NODE which indicates which one.  */
 %token TYPE_QUAL
 
+/* Objective-C protocol qualifiers.  These acquire their magic powers
+   only in certain contexts.  */
+%token OBJC_TYPE_QUAL
+
 /* Character or numeric constants.
    yylval is the node for the constant.  */
 %token CONSTANT