• Michiel Verloop's avatar
    Fix compilation hang. · 579bf55b
    Michiel Verloop authored
    In the previous commit, static const globals were defined in ctformatting.c, alongside getter functions.
    The getters are not allowed, and lead to a hang.
    The fix is to instead define the globals in the header file as macros.
    579bf55b