diff options
author | Keith Seitz <keiths@redhat.com> | 2015-08-14 17:28:11 -0700 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2015-08-14 17:28:11 -0700 |
commit | b56ccc202ab674998baf52a710d736702734f9ab (patch) | |
tree | 012c3de88927a803522c4a5311d4bceccbc4a8c6 /gdb/doc | |
parent | a057aa3c457ba38ca25ff1ed13a30c629bb0f259 (diff) | |
download | gdb-b56ccc202ab674998baf52a710d736702734f9ab.zip gdb-b56ccc202ab674998baf52a710d736702734f9ab.tar.gz gdb-b56ccc202ab674998baf52a710d736702734f9ab.tar.bz2 |
Rename `typename' in d-exp.y to avoid C++ reserved word
A recent patch introduced a variable named `typename' into d-exp.y,
and one of the --enable-with-cxx build slaves consequently failed to compile
this. This patch simply adds an underscore into the name to avoid the
reserved word.
gdb/ChangeLog
* d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
`typename' to `type_name' to avoid C++ reserved word.
Diffstat (limited to 'gdb/doc')
0 files changed, 0 insertions, 0 deletions