Commit 6f13e631 by Alan Mishchenko

Renaming Cba into Bac.

parent 8b1d1dc8
......@@ -871,11 +871,11 @@ SOURCE=.\src\base\bac\bacPrsTrans.c
# End Source File
# Begin Source File
SOURCE=.\src\base\bac\bacPrtAbc.c
SOURCE=.\src\base\bac\bacPtr.c
# End Source File
# Begin Source File
SOURCE=.\src\base\bac\bacPtr.c
SOURCE=.\src\base\bac\bacPtrAbc.c
# End Source File
# Begin Source File
......@@ -887,7 +887,7 @@ SOURCE=.\src\base\bac\bacReadSmt.c
# End Source File
# Begin Source File
SOURCE=.\src\base\bac\bacReadVec.c
SOURCE=.\src\base\bac\bacReadVer.c
# End Source File
# Begin Source File
......
......@@ -447,7 +447,7 @@ static inline int Psr_ManReadSignal( Psr_Man_t * p )
return Abc_Var2Lit2( Item, BAC_PRS_NAME );
}
}
static int Psr_ManReadSignalList( Psr_Man_t * p, Vec_Int_t * vTemp, char LastSymb, int fAddForm )
int Psr_ManReadSignalList( Psr_Man_t * p, Vec_Int_t * vTemp, char LastSymb, int fAddForm )
{
Vec_IntClear( vTemp );
while ( 1 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment