From 91885a6298e9df317f18658422f856bd4070a3b3 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 30 Oct 2014 10:19:54 -0700 Subject: Commenting out useless macro which causes failure on VS 2012. --- src/bdd/mtr/mtr.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/bdd/mtr/mtr.h b/src/bdd/mtr/mtr.h index db936ab8..cc8c585e 100644 --- a/src/bdd/mtr/mtr.h +++ b/src/bdd/mtr/mtr.h @@ -76,12 +76,12 @@ ABC_NAMESPACE_HEADER_START #define SIZEOF_INT 4 #endif -#undef CONST -#if defined(__STDC__) || defined(__cplusplus) -#define CONST const -#else /* !(__STDC__ || __cplusplus) */ -#define CONST -#endif /* !(__STDC__ || __cplusplus) */ +//#undef CONST +//#if defined(__STDC__) || defined(__cplusplus) +//#define CONST const +//#else /* !(__STDC__ || __cplusplus) */ +//#define CONST +//#endif /* !(__STDC__ || __cplusplus) */ #if defined(__GNUC__) #define MTR_INLINE __inline__ -- cgit v1.2.3