* c-expy. (operator_stoken): New function.
authorKeith Seitz <keiths@redhat.com>
Wed, 11 Nov 2009 16:45:46 +0000 (16:45 +0000)
committerKeith Seitz <keiths@redhat.com>
Wed, 11 Nov 2009 16:45:46 +0000 (16:45 +0000)
commit66c53f2b15177549ac9dfea610360140f9e73ba2
tree1d9b3998007427b35ab538d87cf21ad213cf8da4
parenta4216f37f01bff1fbed08d32ab6bf1f34d2ea3d2
* c-expy. (operator_stoken): New function.
(OPERATOR): New token.
(NEW): New token.
(DELETE): New token.
(operator): New rule.
(name): Add operator.
(ident_tokens): Add "new", "delete", and "operator".
* gdbtypes.c (rank_one_type): Don't complain about
void pointer conversion badness if both types are
void pointers.
gdb/ChangeLog
gdb/c-exp.y
gdb/gdbtypes.c