[Github-comments] [geany/geany] TM cleanups (#957)

Colomban Wendling notifications at xxxxx
Tue May 3 18:46:31 UTC 2016


> @@ -128,7 +128,8 @@ extern void checkRegex (void);
>  
>  /* Extra stuff for Tag Manager */
>  extern tagEntryFunction TagEntryFunction;
> -extern void setTagEntryFunction(tagEntryFunction entry_function);
> +extern void *TagEntryUserData;

exposing this is consistent with the function itself, but not used and "leaking" a few more ctags' guts.  So if we could rather remove the `TagEntryFunction` global export than adding the data one, it'd be awesome :)

---
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/957/files/7be40f5832c082ca27bce5e4756c602b5d022580..1de139854f4ba791fc7fce8358490cec90e695d3#r61934323
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160503/897a9d22/attachment.html>


More information about the Github-comments mailing list