summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);