From 96bc88c62d712ccc21a217c95e7327f4135a7872 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 23 Sep 2011 05:33:11 +0000
Subject: [PATCH] fix windows compile

---
 contrib/blossom/concorde97/INCLUDE/machdefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/blossom/concorde97/INCLUDE/machdefs.h b/contrib/blossom/concorde97/INCLUDE/machdefs.h
index 7612cb3ce4..fe026136a9 100644
--- a/contrib/blossom/concorde97/INCLUDE/machdefs.h
+++ b/contrib/blossom/concorde97/INCLUDE/machdefs.h
@@ -17,7 +17,7 @@
 #include <unistd.h>
 #include <assert.h>
 #include <time.h>
-#define CC_ZEIT_TIMES
+#undef CC_ZEIT_TIMES
 #endif
 
 #ifdef  CCSYS_STANDARD_KNR
-- 
GitLab