662765852f
Since Geany requires C99 parser, the patch just simply includes stdbool.h in general.h and drops the TRUE, FALSE definitions inside the same file. The rest is purely mechanical boolean -> bool TRUE -> true FALSE -> false plus some alignment fixes. This patch corresponds to universal-ctags commit ce990805a0a0269c.