mirror of https://github.com/YosysHQ/abc.git
Unifification of custom extensions.
This commit is contained in:
parent
b2bd941a7e
commit
5ef3c1db3a
|
|
@ -495,7 +495,7 @@ Gia_Man_t * Gia_AigerReadFromMemory( char * pContents, int nFileSize, int fSkipS
|
|||
if ( pCur + 1 < (unsigned char *)pContents + nFileSize && *pCur == 'c' )
|
||||
{
|
||||
Vec_Str_t * vStr;
|
||||
char * pCurTemp;
|
||||
unsigned char * pCurTemp;
|
||||
pCur++;
|
||||
while ( 1 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue