Make utility function static.
authorkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Mon, 13 Feb 2012 15:18:19 +0000 (15:18 +0000)
committerkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Mon, 13 Feb 2012 15:18:19 +0000 (15:18 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/bp@1208 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

bp.h

diff --git a/bp.h b/bp.h
index b4da26f..9979345 100644 (file)
--- a/bp.h
+++ b/bp.h
@@ -132,7 +132,7 @@ void loadTree(bp *b, FILE *fp);
 void destroyTree(bp *b);
 
 
-inline int blog(int x)
+static inline int blog(int x)
 {
   int l;
   l = 0;