Fix --trace-lxt2 compile error on MinGW, msg2711.

This commit is contained in:
Wilson Snyder 2018-10-30 07:35:30 -04:00
parent d464ce1477
commit 7be1678fb0
2 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,8 @@ The contributors that suggested a given feature are shown in []. Thanks!
* Verilator 4.007 devel
**** Fix --trace-lxt2 compile error on MinGW, msg2711. [HyungKi Jeong]
* Verilator 4.006 2018-10-27

View File

@ -2,9 +2,6 @@
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have `alloca', as a function or macro. */
#define HAVE_ALLOCA 1
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). */
#define HAVE_ALLOCA_H 1
#if !defined(__MINGW32__)