* lib/hash-pjw-bare.h (hash_pjw_bare): Fix comment.
2016-01-21 Bruno Haible <bruno@clisp.org>
+ hash-pjw-bare: fix comment
+ * lib/hash-pjw-bare.h (hash_pjw_bare): Fix comment.
+
wcwidth: Replace also on OpenBSD 5.8
* m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check the value of wcwidth(0xFF1A).
* doc/posix-functions/wcwidth.texi: Update.
and return the hash code. Note that unlike hash_pjw(), it does not
return it modulo a table size.
The result is platform dependent: it depends on the size of the 'size_t'
- type and on the signedness of the 'char' type. */
+ type. */
extern size_t hash_pjw_bare (const void *x, size_t n) _GL_ATTRIBUTE_PURE;