]> gcc.gnu.org Git - gcc.git/commit
c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE.
authorJoseph Myers <jsm@polyomino.org.uk>
Sat, 16 Oct 2004 23:19:07 +0000 (00:19 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 16 Oct 2004 23:19:07 +0000 (00:19 +0100)
commitda5b307a57082d0056e62abb8eca9f503a610ee8
treea66a658101cce1fb5eb19354874909480a693e15
parent4fe52ce98c63dc384ca8324bdbcb104988e6ee0b
c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE.

* c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and
RID_PTRVALUE.
* c-parse.in (PTR_VALUE, PTR_BASE, PTR_EXTENT): Remove %token
declarations.
(reswords): Remove __ptrbase, __ptrbase__, __ptrextent,
__ptrextent__, __ptrvalue and __ptrvalue__.
(rid_to_yy): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE
entries.

From-SVN: r89158
gcc/ChangeLog
gcc/c-common.h
gcc/c-parse.in
This page took 0.059167 seconds and 5 git commands to generate.