in c11 mode, skip __STDC_ISO_10646__
commit60ceab14533abfe6c7ba5fe482403759d4ec2eb3
authorPetr Skocik <pskocik@gmail.com>
Tue, 11 Jun 2019 11:43:24 +0000 (11 13:43 +0200)
committerPetr Skocik <pskocik@gmail.com>
Tue, 11 Jun 2019 11:43:24 +0000 (11 13:43 +0200)
tree8e0c57000da540afdd9a78ed9c0e959b6a7ba662
parent18a2ed2936f86ad30230f3a438c4a1ac4dc0ebab
in c11 mode, skip __STDC_ISO_10646__

The macro conflicts (=> redef warnings in a simple hello world)
with a definition introduced by glibc headers and
it's probably not "necessary" anyway since clang doesn't use it.
libtcc.c