[Github-comments] [geany/geany] Ctags sync, part 1 (#1160)

Colomban Wendling notifications at xxxxx
Thu Aug 4 14:17:58 UTC 2016


> @@ -75,8 +75,8 @@ extern void makeSimpleScopedTag (const vString* const name,
>  
>  		e.kindName = kinds [kind].name;
>  		e.kind     = kinds [kind].letter;
> -		e.extensionFields.scope[0] = scope;
> -		e.extensionFields.scope[1] = scope2;
> +		e.extensionFields.scopeKind = &(kinds [kind]);

this looks wrong: it uses kind, and ignores `scopeKind`.  Shouldn't it instead change `scopeKind` to an int and use that?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1160/files/cb1c15483bce9e5bad735113ca2b185cb7ff8924..0ed5c16b4614a12e6881a897bc8b2eb28e708c3e#r73530236
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160804/40a65475/attachment.html>


More information about the Github-comments mailing list