aboutsummaryrefslogtreecommitdiff
path: root/include/splay-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/splay-tree.h')
-rw-r--r--include/splay-tree.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/splay-tree.h b/include/splay-tree.h
index 996d362..7df1a7c 100644
--- a/include/splay-tree.h
+++ b/include/splay-tree.h
@@ -37,11 +37,11 @@ extern "C" {
#include "ansidecl.h"
#ifndef _WIN64
- typedef unsigned long int libi_uhostptr_t;
- typedef long int libi_shostptr_t;
+typedef unsigned long int libi_uhostptr_t;
+typedef long int libi_shostptr_t;
#else
- typedef unsigned long long libi_uhostptr_t;
- typedef long long libi_shostptr_t;
+typedef unsigned long long libi_uhostptr_t;
+typedef long long libi_shostptr_t;
#endif
#ifndef GTY