summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/sortedmaps/multimap.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/sortedmaps/multimap.c')
-rw-r--r--misc/examples/sortedmaps/multimap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/examples/sortedmaps/multimap.c b/misc/examples/sortedmaps/multimap.c
index 1068a5dc..a4490f91 100644
--- a/misc/examples/sortedmaps/multimap.c
+++ b/misc/examples/sortedmaps/multimap.c
@@ -41,6 +41,7 @@ void OlympicLoc_drop(OlympicLoc* self);
// Create a clist<OlympicLoc>, can be sorted by year.
#define i_keyclass OlympicLoc // binds _cmp, _clone and _drop.
+#define i_use_cmp
#define i_tag OL
#include <stc/clist.h>