mirror of https://github.com/YosysHQ/abc.git
Commenting out useless macro which causes failure on VS 2012.
This commit is contained in:
parent
8d62c0a3fc
commit
91885a6298
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Reference in New Issue