aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2019-03-30 17:14:23 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-04-30 10:07:53 +0100
commit6fdcd7cc87a5e345a1c09fcf898012d80eb43ee1 (patch)
tree740b269ceb74103be7e69e0c67a764cbeca96a87 /gdb/std-operator.def
parentAutomatic date update in version.in (diff)
downloadbinutils-gdb-6fdcd7cc87a5e345a1c09fcf898012d80eb43ee1.tar.gz
binutils-gdb-6fdcd7cc87a5e345a1c09fcf898012d80eb43ee1.tar.bz2
binutils-gdb-6fdcd7cc87a5e345a1c09fcf898012d80eb43ee1.zip
gdb: Remove an unbalanced stray double quote from a comment
What appears to be a stray double quote character in std-operator.def causes incorrect highlighting in my editor. The quote was introduced in this commit: commit 858be34c5a03bb8973679ebf00d360182434dc00 Date: Mon Sep 4 20:21:15 2017 +0100 Handle "p S::method()::static_var" in the C++ parser I can't see any reason why the quote should be there, so this commit removes it. gdb/ChangeLog: * std-operator.def: Remove unbalanced, stray double quote character.
Diffstat (limited to 'gdb/std-operator.def')
-rw-r--r--gdb/std-operator.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/std-operator.def b/gdb/std-operator.def
index e26861bd131..001ae61e481 100644
--- a/gdb/std-operator.def
+++ b/gdb/std-operator.def
@@ -300,7 +300,7 @@ OP (OP_SCOPE)
p 'S:method() const'::var
then the C-specific handling directly in the parser takes over (see
- "block/variable productions).
+ block/variable productions).
Also, if the whole function+var is quoted like this: