summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bdd/mtr/mtr.h12
1 files changed, 6 insertions, 6 deletions
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__