gdb: Extend the comments in c-exp.y
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 17 Dec 2018 11:21:08 +0000 (11:21 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 24 Dec 2018 17:25:25 +0000 (17:25 +0000)
commitb6c95c0cc5bd60e2de86d611120bf6191f99860a
tree4cd57b303235fe96a7abf855b1646b8e4abc18ad
parent45b8ae0c3348a6e6aa64ad5d114adabdc399c5ef
gdb: Extend the comments in c-exp.y

In an attempt to fix PR gdb/13368 this commit adds some comments to
c-exp.y which hopefully makes the type parsing code a little clearer.
There are no code changes here, so there should be no user visible
changes after this commit.

gdb/ChangeLog:

PR gdb/13368
* c-exp.y (typebase): Extend the comment.
(ident_tokens): Likewise.
gdb/ChangeLog
gdb/c-exp.y