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:
authorJohn Langford <jl@hunch.net>2012-08-23 18:12:12 +0400
committerJohn Langford <jl@hunch.net>2012-08-23 18:12:12 +0400
commit80868745783a365f9219739d4e59efa7eaa78ee9 (patch)
tree2d89324c3d288c0ff2eaa6fe8e9e9760895e496c /vowpalwabbit/parse_primitives.h
parentf69ccfe7f4e3dc65e6f80c61772b1ffcf2937ea0 (diff)
parent5a5c49a99b4a0d149bae4338bcc851d941f3720f (diff)
Merge branch 'master' of git://github.com/chrisquirk/vowpal_wabbit
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 836a9a90..2cb75954 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