1
0
mirror of https://git.tukaani.org/xz.git synced 2025-06-30 17:36:36 +00:00
Lasse Collin 7b8982b291 Use defined(__GNUC__) before __GNUC__ in preprocessor lines.
This should silence the equivalent of -Wundef in compilers that
don't define __GNUC__.
2020-02-22 14:15:07 +02:00
..