* locale/programs/repertoire.c (repertoiremap_hash): Don't specify
array size.
2000-09-22 Andreas Jaeger <aj@suse.de>
+ * locale/programs/repertoire.c (repertoiremap_hash): Don't specify
+ array size.
+
* sysdeps/alpha/fpu/libm-test-ulps: New file.
From Christian Iseli <chris@ludwig-alpha.unil.ch>.
static const struct keyword_t *
repertoiremap_hash (const char *str, unsigned int len)
{
- static const struct keyword_t wordlist[0] =
+ static const struct keyword_t wordlist[] =
{
{"escape_char", tok_escape_char, 0},
{"comment_char", tok_comment_char, 0},