summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-03-27 11:52:56 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2011-03-27 11:52:56 -0700
commit1ec437d04b2fcb42054f068525c2a1b21b69fe53 (patch)
tree81aac514928d769c887f58b3ef2c9bf734a4b048 /src/base/abci/abc.c
parent4dcf8cee2d466f51abb83d342837febd4e4ba6cb (diff)
downloadabc-1ec437d04b2fcb42054f068525c2a1b21b69fe53.tar.gz
abc-1ec437d04b2fcb42054f068525c2a1b21b69fe53.tar.bz2
abc-1ec437d04b2fcb42054f068525c2a1b21b69fe53.zip
C++ compilation fixes.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 2b0b0684..8443ef83 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -8686,7 +8686,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
}
*/
-
+/*
if ( Abc_NtkIsStrash(pNtk) )
{
extern Abc_Ntk_t * Au_ManTransformTest( Abc_Ntk_t * pAig );
@@ -8704,7 +8704,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
}
// replace the current network
Abc_FrameReplaceCurrentNetwork( pAbc, pNtkRes );
-
+*/
{