techee commented on this pull request.
extern bool isExcludedFile (const char* const name);
+extern bool isIncludeFile (const char *const fileName); +/* GEANY DIFF */ +/* extern const ignoredTokenInfo * isIgnoreToken (const char *const name); */ extern bool isIgnoreToken (const char *const name, bool *const pIgnoreParens, const char **const replacement);
See my comment below. My preference would indeed be using the new implementation unless the loss of functionality is a big obstacle for someone.