aboutsummaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-16 16:06:54 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-16 16:06:54 +0300
commit2440853f0a440667cd65b63c08d2d04dddc79ea5 (patch)
treeacba053e4ae42bee40fa1ea46b960f26a5056805 /src/text.c
parent455d5ce4bba0706f4c58887990ddfe0c4dd5f8d6 (diff)
downloadgrecs-2440853f0a440667cd65b63c08d2d04dddc79ea5.tar.gz
grecs-2440853f0a440667cd65b63c08d2d04dddc79ea5.tar.bz2
Minor fixes.
* gnulib.modules: Add error. * src/grecs-gram.y: Include string.h. * src/preproc.c: Include signal.h. (incl_hasher): Fix signature. * src/text.c (text_hasher): Fix signature.
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index be94fe1..c200fb3 100644
--- a/src/text.c
+++ b/src/text.c
@@ -26,7 +26,7 @@ static Hash_table *text_table;
/* Calculate the hash of a string. */
static size_t
-text_hasher (void const *data, unsigned n_buckets)
+text_hasher (void const *data, size_t n_buckets)
{
return hash_string (data, n_buckets);
}

Return to:

Send suggestions and report system problems to the System administrator.