Clangd complains with ``` main file cannot be included recursively when building a preamble ``` and I suspect geanyfunctions.h is the old (and now empty) version of geanyplugin.h so there's no need to include it anyway. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3913
-- Commit Summary --
* Don't include geanyfunctions.h from geanyplugin.h
-- File Changes --
M plugins/geanyplugin.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/3913.patch https://github.com/geany/geany/pull/3913.diff
IIRC `geanyfunctions.h` was part of a past plugin interface that used a table of function pointers instead of Geany being a library that could be linked against, and this (probably, don't remember exactly) had that table declaration.
LGBI
Merged #3913 into master.
github-comments@lists.geany.org