summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:53:18 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:53:18 +0000
commit5a3ae3cd2811b7b9b2301bc10d50a988db918fc8 (patch)
treee1dc9e35dbcd573638aa0218839338162e7cbb5e
parent3cb66dc03e60fdf338e3ccf12a008c2f666e9dc5 (diff)
new empty macro OFTYPE(x) to specify type of GList containers
-rw-r--r--lasso/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/utils.h b/lasso/utils.h
index 7a744156..67c5b1c9 100644
--- a/lasso/utils.h
+++ b/lasso/utils.h
@@ -153,4 +153,6 @@
#define lasso_warn_deprecated() \
g_warning("Function %s is deprecated !!!", G_STRFUNC)
+#define OFTYPE(x)
+
#endif /* __LASSO_UTILS_H__ */