summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-29 09:46:08 +0000
committerbapt <bapt@FreeBSD.org>2014-07-29 09:46:08 +0000
commit42f5f53b5263c6de4d9714f8ee954b4e4d8d3566 (patch)
treedc133339371962351873db033aafeb11d4f79fd2 /usr.bin/m4
parent26dcaa7a4238d0214ddd7e1ed11eda8c8cb2280b (diff)
downloadFreeBSD-src-42f5f53b5263c6de4d9714f8ee954b4e4d8d3566.zip
FreeBSD-src-42f5f53b5263c6de4d9714f8ee954b4e4d8d3566.tar.gz
Fix build with gcc
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/lib/ohash.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/m4/lib/ohash.h b/usr.bin/m4/lib/ohash.h
index 698f02e..03de431 100644
--- a/usr.bin/m4/lib/ohash.h
+++ b/usr.bin/m4/lib/ohash.h
@@ -58,8 +58,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 *);
OpenPOWER on IntegriCloud