Commit e28a691b by Heinz Riener

Added missing `static`.

parent 6b554f10
...@@ -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