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

This commit is contained in:
Wilson Snyder 2018-10-10 06:54:51 -04:00
parent 97d89cce35
commit 5c9da65606
4 changed files with 6 additions and 13 deletions

View File

@ -10,6 +10,8 @@ The contributors that suggested a given feature are shown in []. Thanks!
*** For --trace-fst, instead of *.fst.hier, put data into *.fst. [Tony Bybell]
**** Fix --trace-lxt2 compile error on MinGW, msg2667. [HyungKi Jeong]
* Verilator 4.004 2018-10-6

View File

@ -7,6 +7,9 @@
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). */
#define HAVE_ALLOCA_H 1
#if !defined(__MINGW32__)
# define HAVE_ALLOCA_H 1
#endif
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1

View File

@ -1,12 +0,0 @@
/* This file specifically for LXT2 usage */
/* 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
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1

View File

@ -24,7 +24,7 @@
#pragma alloca
#endif
#include "lxt2_config.h"
#include "fst_config.h"
#include "lxt2_write.h"