Changes to the parser.

This commit is contained in:
Alan Mishchenko
2014-12-04 18:23:20 -08:00
parent 705006a648
commit 3e2fad3574
7 changed files with 569 additions and 291 deletions
+1
View File
@@ -433,6 +433,7 @@ int Abc_NamStrFindOrAddLim( Abc_Nam_t * p, char * pStr, char * pLim, int * pfFou
int iHandleNew;
int *piPlace;
char * pStore;
assert( pStr < pLim );
piPlace = Abc_NamStrHashFind( p, pStr, pLim );
if ( *piPlace )
{