mirror of https://github.com/YosysHQ/abc.git
Disable this code for now
This commit is contained in:
parent
fcd8ac34d6
commit
fa7fa163da
|
|
@ -746,7 +746,7 @@ static void Io_MvReadPreparse( Io_MvMan_t * p )
|
||||||
{
|
{
|
||||||
char * pCur, * pPrev;
|
char * pCur, * pPrev;
|
||||||
int i, fComment = 0;
|
int i, fComment = 0;
|
||||||
Io_MvReplaceBuffersByShorts( p->pBuffer );
|
//Io_MvReplaceBuffersByShorts( p->pBuffer );
|
||||||
|
|
||||||
// parse the buffer into lines and remove comments
|
// parse the buffer into lines and remove comments
|
||||||
Vec_PtrPush( p->vLines, p->pBuffer );
|
Vec_PtrPush( p->vLines, p->pBuffer );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue