diff options
Diffstat (limited to 'lib/cbit/htab.h')
-rw-r--r-- | lib/cbit/htab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/cbit/htab.h b/lib/cbit/htab.h index 82e8117..1a5e71f 100644 --- a/lib/cbit/htab.h +++ b/lib/cbit/htab.h @@ -266,7 +266,8 @@ struct htab_internal { void htab_free_storage_##name(htab_ty *ht) { \ if (ht->base != ht->storage) \ free(ht->base); \ - } + } \ + typedef char __plz_end_decl_htab_with_semicolon_##name #define HTAB_STORAGE_CAPA(name, n) \ struct { \ |