In tagmanager/ctags/parse.h:

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