From 1099ec5560a3f8e7a44547f657c0eae8bcff17f2 Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 17 Aug 2015 01:48:39 -0400 Subject: stuff --- lib/cbit/htab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/cbit/htab.h') 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 { \ -- cgit v1.2.3