Skip to content

Why ifdef the whole parser instead of having a separate header file with character constants? #97

Description

@ratijas

# 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions