diff options
author | comex | 2015-08-17 01:48:39 -0400 |
---|---|---|
committer | comex | 2015-08-17 01:48:39 -0400 |
commit | 1099ec5560a3f8e7a44547f657c0eae8bcff17f2 (patch) | |
tree | e16cf06078886c124c3956c80dbc2a85fe26fac6 /lib/cbit/htab.h | |
parent | formatting (diff) | |
download | substitute-1099ec5560a3f8e7a44547f657c0eae8bcff17f2.tar.gz |
stuff
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 { \ |