sim: cgen: workaround Windows VOID define
authorMike Frysinger <vapier@gentoo.org>
Thu, 9 Sep 2021 05:16:04 +0000 (01:16 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Sep 2021 05:28:58 +0000 (01:28 -0400)
commit93aaa742b360cb9a0b69eb74d1e516cd96982647
tree82ccbfb3a78af1ebf39a5ed17e42431bd24f9966
parent287fbf951acc76f21d5ec6ab515d6080571aa7ee
sim: cgen: workaround Windows VOID define

The cgen framework provides a "VOID" type for code to use, but this
defines ends up conflicting with the standard Windows VOID define.
Since they actually define to the same thing ("void"), undef it here
to fix the Windows build.

We might want to reconsider the need for "VOID" in cgen, but that
will take larger discussion & coordination with the cgen project.
sim/common/cgen-types.h