From b77c7437d390e1ff45581b32b4549f07a6ae104a Mon Sep 17 00:00:00 2001 From: Ziemowit Laski Date: Thu, 26 Aug 2004 20:55:24 +0000 Subject: [PATCH] c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use. [gcc/ChangeLog] 2004-08-26 Ziemowit Laski * c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use. From-SVN: r86632 --- gcc/ChangeLog | 4 ++++ gcc/c-parse.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c3c1d47a0c..24b2789dd09 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-08-26 Ziemowit Laski + + * c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use. + 2004-08-26 Daniel Berlin * tree-alias-common.c (gate_pta): New function. diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 16cbd228908..85927d4f359 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -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 -- 2.30.2