summaryrefslogtreecommitdiffstats
path: root/src/base/io/ioReadDsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/io/ioReadDsd.c')
-rw-r--r--src/base/io/ioReadDsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/io/ioReadDsd.c b/src/base/io/ioReadDsd.c
index 3608507b..514c664a 100644
--- a/src/base/io/ioReadDsd.c
+++ b/src/base/io/ioReadDsd.c
@@ -241,7 +241,7 @@ Abc_Ntk_t * Io_ReadDsd( char * pForm )
nInputs = 0;
for ( pCur = pForm; *pCur; pCur++ )
if ( *pCur >= 'a' && *pCur <= 'z' )
- nInputs = ABC_MAX( nInputs, *pCur - 'a' );
+ nInputs = Abc_MaxInt( nInputs, *pCur - 'a' );
nInputs++;
// create the network