In codenav/src/codenavigation.h:
> @@ -42,7 +42,6 @@ > > /* Last */ > #include "plugindata.h" /* this defines the plugin API */ > -#include "geanyfunctions.h" /* this wraps geany_functions function pointers */
Should change the code to use g_strcmp0
or strcmp
instead of using the plugin API as a redundant utility library :)
—
Reply to this email directly or view it on GitHub.