mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-03 08:25:20 +02:00
Changes to the parser.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user