Unverified Commit 9e419f53 by alanminko Committed by GitHub

Merge pull request #33 from hriener/common

Added missing `static`.
parents 6b554f10 e28a691b
...@@ -302,7 +302,7 @@ void Abc_TtNormalizeSmallTruth(word * pTruth, int nVars) ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment