gdb: Remove an unbalanced stray double quote from a comment
authorAndrew Burgess <andrew.burgess@embecosm.com>
Sat, 30 Mar 2019 17:14:23 +0000 (17:14 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 30 Apr 2019 09:07:53 +0000 (10:07 +0100)
commit6fdcd7cc87a5e345a1c09fcf898012d80eb43ee1
tree740b269ceb74103be7e69e0c67a764cbeca96a87
parent5acad1a18219912bbb83b667c7bb4955d4af10ca
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.
gdb/ChangeLog
gdb/std-operator.def
This page took 0.026393 seconds and 4 git commands to generate.