* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): Fix coding error

This commit is contained in:
Alan Mackenzie 2016-09-22 09:56:55 +00:00
parent c0603964fd
commit 0b6d8053ea

View file

@ -8633,7 +8633,7 @@ comment at the start of cc-engine.el for more info."
(when (and got-identifier
(looking-at c-after-suffixed-type-decl-key)
(or (eq context 'top)
(and eq context nil
(and (eq context nil)
(match-beginning 1)))
(if (and got-parens
(not got-prefix)