From e28a691b8075dcafa11a9f689c3529ce124b5055 Mon Sep 17 00:00:00 2001 From: Heinz Riener Date: Sat, 12 Jan 2019 16:39:29 +0100 Subject: Added missing `static`. --- src/opt/dau/dauCanon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opt') diff --git a/src/opt/dau/dauCanon.c b/src/opt/dau/dauCanon.c index 357da500..ce0d1857 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) { -- cgit v1.2.3