What about this? ```c // in foo.h #define ONE 1
// in bar.h #include "foo.h" #if ONE static const int enabled_code = 42; #endif ``` Could CTags be used to make it work correctly? --- 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/issues/1047#issuecomment-222392883
