> +             return TAG_ACCESS_PRIVATE;
> +     else if (0 == strcmp("friend", access))
> +             return TAG_ACCESS_FRIEND;
> +     else if (0 == strcmp("default", access))
> +             return TAG_ACCESS_DEFAULT;
> +
> +#ifdef TM_DEBUG
> +     g_warning("Unknown access type %s", access);
> +#endif
> +     return TAG_ACCESS_UNKNOWN;
> +}
> +
> +/*
> + Initializes a TMTag structure with information from a tagEntryInfo struct
> + used by the ctags parsers. Note that the TMTag structure must be malloc()ed
> + before calling this function. This function is called by tm_tag_new() - you

not called by `tm_tag_new()` anymore

---
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/4dcc829e724a9018f92a8ef5201c2c0f257eeaa7..103d2c535862ae2682022dcfd714c2ffd983c42f#r61928171

Reply via email to