From bd875458fcb4aa5516996ffb128b601a89bd25af Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 12 Jan 2017 21:10:54 +0100 Subject: Replace unsigned long with uintptr_t for integer/pointer conversions --- test/test_avltree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_avltree.c') diff --git a/test/test_avltree.c b/test/test_avltree.c index 3f11e57..39afe1f 100644 --- a/test/test_avltree.c +++ b/test/test_avltree.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2011 Richard Braun. + * Copyright (c) 2010-2017 Richard Braun. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -104,7 +104,7 @@ main(int argc, char *argv[]) struct avltree tree; struct avltree_node *node, *tmp; struct obj *obj; - unsigned long slot; + avltree_slot_t slot; int i, id; (void)argc; -- cgit v1.2.3