X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/c2201e153e701130fbd08c75765b330f9280144f..bbf2e5b44d2836d001e4dc02087421dbc5cb0c04:/compat_ohash.h diff --git a/compat_ohash.h b/compat_ohash.h index c5f81ec0..e3124c96 100644 --- a/compat_ohash.h +++ b/compat_ohash.h @@ -56,8 +56,7 @@ void ohash_delete(struct ohash *); unsigned int ohash_lookup_interval(struct ohash *, const char *, const char *, uint32_t); unsigned int ohash_lookup_memory(struct ohash *, const char *, - size_t, uint32_t) - __attribute__ ((__bounded__(__string__,2,3))); + size_t, uint32_t); void *ohash_find(struct ohash *, unsigned int); void *ohash_remove(struct ohash *, unsigned int); void *ohash_insert(struct ohash *, unsigned int, void *);