]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Only recognize foo (*bar) as a function pointer when followed by (
authorAlan Mackenzie <acm@muc.de>
Wed, 28 Oct 2020 10:22:37 +0000 (10:22 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 28 Oct 2020 10:22:37 +0000 (10:22 +0000)
commit8abce5b0c62d41f1f6a074742af1a4749ae7d4ab
tree629b2f502f9c2c88680e0f807d67fc0b69d379e5
parent85d1d8d76876db25c4e6aec4f7e5dc00cb0f1b4b
CC Mode: Only recognize foo (*bar) as a function pointer when followed by (

* lisp/progmodes/cc-engine.el (c-forward-over-decl-or-cast-1): (after CASE 2)
test variables got-suffix-after-parens and at-decl-end before invoking
c-fdoc-shift-type-backward.
lisp/progmodes/cc-engine.el