summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-01-24 09:34:30 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-01-24 09:34:30 +0000
commit420572a39765764efc229f10f3872d4e4ea41211 (patch)
treea29d8c33958550ba7449dd78c06dffcc85876451
parentbb6c08ee16038fc0763a93ebf65ea866b3eb1c7f (diff)
downloadlasso-420572a39765764efc229f10f3872d4e4ea41211.tar.gz
lasso-420572a39765764efc229f10f3872d4e4ea41211.tar.xz
lasso-420572a39765764efc229f10f3872d4e4ea41211.zip
Core: if OFTYPE is already defined, skip
-rw-r--r--lasso/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/utils.h b/lasso/utils.h
index 3c4f2f58..b047f19e 100644
--- a/lasso/utils.h
+++ b/lasso/utils.h
@@ -327,7 +327,9 @@
}
/* Declare type of element in a container */
+#ifndef OFTYPE
#define OFTYPE(x)
+#endif
/* Get a printable extract for error messages */
char* lasso_safe_prefix_string(const char *str, gsize length);