aboutsummaryrefslogtreecommitdiffstats
path: root/src/badlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/badlib.h')
-rw-r--r--src/badlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/badlib.h b/src/badlib.h
index e6f0df6..25e4914 100644
--- a/src/badlib.h
+++ b/src/badlib.h
@@ -955,6 +955,7 @@ SETDEF(StrSet, strset, Str, str_hash, str_eq)
955MAPDEF(StrIntMap, strintmap, Str, sz, str_hash, str_eq) 955MAPDEF(StrIntMap, strintmap, Str, sz, str_hash, str_eq)
956SETDEF(IntSet, intset, sz, _int_hash, _int_eq) 956SETDEF(IntSet, intset, sz, _int_hash, _int_eq)
957MAPDEF(IntStrMap, intstrmap, sz, Str, _int_hash, _int_eq) 957MAPDEF(IntStrMap, intstrmap, sz, Str, _int_hash, _int_eq)
958MAPDEF(IntIntMap, intintmap, sz, sz, _int_hash, _int_eq)
958 959
959// 960//
960// Dynamic arrays. 961// Dynamic arrays.