summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-05-07 11:41:17 +0200
committerYorhel <git@yorhel.nl>2010-05-07 11:41:17 +0200
commitf089f64220c1a41532853c5e4ee17daa8f40b2ff (patch)
treeb5ee22541ad5cc73fcf8988aa08f436be0c08b32
parent24d77af354095ba86c66b7f54853188052b7dff2 (diff)
Don't compile any code if COMPLL_NOLIB is defined
None of the code is needed in that case, after all.
-rw-r--r--compll.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compll.c b/compll.c
index 362f338..b638429 100644
--- a/compll.c
+++ b/compll.c
@@ -23,6 +23,7 @@
*/
+#ifndef COMPLL_NOLIB
#include "compll.h"
@@ -630,3 +631,5 @@ int compll_init(unsigned int block_size,
}
+#endif
+