<p>In <a href="https://github.com/geany/geany/pull/889#discussion_r50978248">tagmanager/ctags/c.c</a>:</p>
<pre style='color:#555'>>
> - if (! st->gotArgs)
> - return vStringValue(st->firstToken->name); /* ignore non-functions */
> + switch (st->declaration) {
> + case DECL_BASE:
> + case DECL_FUNCTION:
> + case DECL_FUNCTION_TEMPLATE:
> + break;
> + default:
> + return vStringValue(st->firstToken->name);
> + }
>
> if (vt == NULL)
</pre>
<p>no, it's <code>static</code> (which is meh, but well)</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/889/files#r50978248">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzvbxGWZ2VAqsTpxov4mvvAO6BKbks5peLMIgaJpZM4HMkrH.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/geany/geany/pull/889/files#r50978248"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>