(gud-speedbar-buttons): Deal with references to pointers.
This commit is contained in:
parent
1f29c85ca9
commit
42fcd67ba2
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ required by the caller."
|
|||
(car (nth 1 var-list))))
|
||||
(setq char ?-)
|
||||
(setq char ?+))
|
||||
(if (string-match "\\*$" type)
|
||||
(if (string-match "\\*$\\|\\*&$" type)
|
||||
(speedbar-make-tag-line
|
||||
'bracket char
|
||||
'gdb-speedbar-expand-node varnum
|
||||
|
|
Loading…
Add table
Reference in a new issue