|
# if !defined(_SYNCTEX_ONLY_CHAR_DEFINITION_) |
What was the reason to put almost the whole file inside an #if which looks like it could've been solved by moving said CHAR_DEFINITION into a separate header file and including it where necessary?
This is the only mention of _SYNCTEX_ONLY_CHAR_DEFINITION_ definition in the whole project, I have no idea who ever sets it or why.
synctex/synctex_parser_advanced.h
Line 74 in d87415b
What was the reason to put almost the whole file inside an
#ifwhich looks like it could've been solved by moving saidCHAR_DEFINITIONinto a separate header file and including it where necessary?This is the only mention of
_SYNCTEX_ONLY_CHAR_DEFINITION_definition in the whole project, I have no idea who ever sets it or why.