From fdde4f5cd3ae46c6c0e84d0cf240d80d61eb051d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 14 Aug 2015 06:37:26 -0700 Subject: Fix TEXT macro clash on Windows. * txr.c (TEXT): Undefined this macro after including . It clashes with a TEXT macro in y.tab.h. --- txr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/txr.c b/txr.c index 6dedb8a8..08c5ede7 100644 --- a/txr.c +++ b/txr.c @@ -39,6 +39,7 @@ #endif #if HAVE_WINDOWS_H #include +#undef TEXT #endif #include "lib.h" #include "stream.h" -- cgit v1.2.3