Skip to content

Do not include `config.h` in headers

This can lead to random redefinitions and other bad things. Include it at the top of each .c file instead.

Edited by Gaël Bonithon

Merge request reports