@@ -499,9 +499,9 @@ static int Abc_CommandAbc9LNetRead ( Abc_Frame_t * pAbc, int argc, cha
499499static int Abc_CommandAbc9LNetSim ( Abc_Frame_t * pAbc, int argc, char ** argv );
500500static int Abc_CommandAbc9LNetEval ( Abc_Frame_t * pAbc, int argc, char ** argv );
501501static int Abc_CommandAbc9LNetOpt ( Abc_Frame_t * pAbc, int argc, char ** argv );
502- #ifndef _WIN32
502+ // #ifndef _WIN32
503503static int Abc_CommandAbc9Ttopt ( Abc_Frame_t * pAbc, int argc, char ** argv );
504- #endif
504+ // #endif
505505static int Abc_CommandAbc9LNetMap ( Abc_Frame_t * pAbc, int argc, char ** argv );
506506static int Abc_CommandAbc9Unmap ( Abc_Frame_t * pAbc, int argc, char ** argv );
507507static int Abc_CommandAbc9Struct ( Abc_Frame_t * pAbc, int argc, char ** argv );
@@ -1252,9 +1252,9 @@ void Abc_Init( Abc_Frame_t * pAbc )
12521252 Cmd_CommandAdd( pAbc, "ABC9", "&lnetsim", Abc_CommandAbc9LNetSim, 0 );
12531253 Cmd_CommandAdd( pAbc, "ABC9", "&lneteval", Abc_CommandAbc9LNetEval, 0 );
12541254 Cmd_CommandAdd( pAbc, "ABC9", "&lnetopt", Abc_CommandAbc9LNetOpt, 0 );
1255- #ifndef _WIN32
1255+ // #ifndef _WIN32
12561256 Cmd_CommandAdd( pAbc, "ABC9", "&ttopt", Abc_CommandAbc9Ttopt, 0 );
1257- #endif
1257+ // #endif
12581258 Cmd_CommandAdd( pAbc, "ABC9", "&lnetmap", Abc_CommandAbc9LNetMap, 0 );
12591259 Cmd_CommandAdd( pAbc, "ABC9", "&unmap", Abc_CommandAbc9Unmap, 0 );
12601260 Cmd_CommandAdd( pAbc, "ABC9", "&struct", Abc_CommandAbc9Struct, 0 );
@@ -42208,7 +42208,7 @@ int Abc_CommandAbc9LNetOpt( Abc_Frame_t * pAbc, int argc, char ** argv )
4220842208 SeeAlso []
4220942209
4221042210***********************************************************************/
42211- #ifndef _WIN32
42211+ // #ifndef _WIN32
4221242212int Abc_CommandAbc9Ttopt( Abc_Frame_t * pAbc, int argc, char ** argv )
4221342213{
4221442214 Gia_Man_t * pTemp;
@@ -42302,7 +42302,7 @@ int Abc_CommandAbc9Ttopt( Abc_Frame_t * pAbc, int argc, char ** argv )
4230242302 Abc_Print( -2, "\t<file> : file name with simulation information\n");
4230342303 return 1;
4230442304}
42305- #endif
42305+ // #endif
4230642306
4230742307/**Function*************************************************************
4230842308
0 commit comments