mirror of https://github.com/YosysHQ/abc.git
Compiler fix.
This commit is contained in:
parent
1f13c88bfd
commit
91e806ffb6
|
|
@ -31,9 +31,9 @@
|
|||
|
||||
#ifdef AIGSIM_LIBRARY_ONLY
|
||||
#include "misc/util/abc_namespaces.h"
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
#endif
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// DECLARATIONS ///
|
||||
|
|
@ -656,6 +656,8 @@ int main(int argc, char **argv) {
|
|||
/// END OF FILE ///
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#ifdef AIGSIM_LIBRARY_ONLY
|
||||
ABC_NAMESPACE_IMPL_END
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue