mirror of git://gcc.gnu.org/git/gcc.git
c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use.
[gcc/ChangeLog] 2004-08-26 Ziemowit Laski <zlaski@apple.com> * c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use. From-SVN: r86632
This commit is contained in:
parent
a228baff6e
commit
b77c7437d3
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue