> @@ -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

Reply via email to