Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Quirk <chrisq@microsoft.com>2012-08-22 21:56:28 +0400
committerChris Quirk <chrisq@microsoft.com>2012-08-22 21:56:28 +0400
commit34b57f877f8a6458add16ea9a83d2fb8b08da0c2 (patch)
treed385c11b6824afc91325265e95dabf4bc76810f6 /vowpalwabbit/parse_primitives.h
parent888f00c7e2796f951939e819ca1844c634ef4a5d (diff)
win32 fixes for hash changes
Diffstat (limited to 'vowpalwabbit/parse_primitives.h')
-rw-r--r--vowpalwabbit/parse_primitives.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/parse_primitives.h b/vowpalwabbit/parse_primitives.h
index e9468219..fa2e7de3 100644
--- a/vowpalwabbit/parse_primitives.h
+++ b/vowpalwabbit/parse_primitives.h
@@ -53,7 +53,7 @@ struct label_parser {
size_t label_size;
};
-typedef size_t (*hash_func_t)(substring, unsigned long);
+typedef size_t (*hash_func_t)(substring, uint32_t);
struct parser {
v_array<substring> channels;//helper(s) for text parsing