From a2261118295cf1c498f60e3aee647e32d2bb6327 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 6 Dec 2018 07:12:21 -0500 Subject: [PATCH] Fix fst_config compile error on MINGW, msg2670. --- include/gtkwave/fst_config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/gtkwave/fst_config.h b/include/gtkwave/fst_config.h index a348cafd2..29a6c5d98 100644 --- a/include/gtkwave/fst_config.h +++ b/include/gtkwave/fst_config.h @@ -3,7 +3,6 @@ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have and it should be used (not on Ultrix). */ -#define HAVE_ALLOCA_H 1 #if !defined(__MINGW32__) # define HAVE_ALLOCA_H 1 #endif