summaryrefslogtreecommitdiffstats
path: root/src/opt
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2019-09-26 08:46:24 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2019-09-26 08:46:24 -0700
commitdf2bce1e40bcc14710cc8e019b0ab5a01176c54f (patch)
tree034003c635fda6b563631c587526ea324abf71a6 /src/opt
parent390adc39caee1cafbeca46a92f73f349ec318e75 (diff)
downloadabc-df2bce1e40bcc14710cc8e019b0ab5a01176c54f.tar.gz
abc-df2bce1e40bcc14710cc8e019b0ab5a01176c54f.tar.bz2
abc-df2bce1e40bcc14710cc8e019b0ab5a01176c54f.zip
Fixing compilication problem related to Abc_TtVerifySmallTruth().
Diffstat (limited to 'src/opt')
-rw-r--r--src/opt/dau/dauCanon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/dau/dauCanon.c b/src/opt/dau/dauCanon.c
index 8f11614c..62ea7cc3 100644
--- a/src/opt/dau/dauCanon.c
+++ b/src/opt/dau/dauCanon.c
@@ -302,7 +302,7 @@ void Abc_TtNormalizeSmallTruth(word * pTruth, int nVars)
}
}
-inline void Abc_TtVerifySmallTruth(word * pTruth, int nVars)
+static inline void Abc_TtVerifySmallTruth(word * pTruth, int nVars)
{
#ifndef NDEBUG
if (nVars < 6) {