From f1a8ce9fda66ec5a3295a4b79ff3f3ec0195d994 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 18 May 2005 00:25:31 +0000 Subject: 2005-05-17 Martin Hunt * map.c (needed_space): Use do_div(). (_stp_map_print_histogram): Ditto. (_stp_map_print): Ditto. * map-values.c (_stp_map_add_int64_stat): Use do_div() when computing histogram bucket. * map-keys.c (_stp_map_key): Fix some warnings on 32-bit machines by using key_data casts. --- runtime/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/list.c') diff --git a/runtime/list.c b/runtime/list.c index b26653ed..2ab3f2ea 100644 --- a/runtime/list.c +++ b/runtime/list.c @@ -6,7 +6,7 @@ #endif #if !defined(NEED_STRING_VALS) && !defined(NEED_INT64_VALS) -#error Before including list.c, "#define VALUE_TYPE" to "INT64" or "STRING and include "map-values.c" +#error Before including list.c, "#define VALUE_TYPE" to "INT64" or "STRING" and include "map-values.c" #endif #include "map.c" -- cgit