Merge pull request #33 from hriener/common

Added missing `static`.
This commit is contained in:
alanminko 2019-01-12 08:19:36 -08:00 committed by GitHub
commit 9e419f538f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 #ifndef NDEBUG
if (nVars < 6) { if (nVars < 6) {