summaryrefslogtreecommitdiff
path: root/include/splay-tree.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2007-07-12 13:30:24 +0000
committerHans-Peter Nilsson <hp@axis.com>2007-07-12 13:30:24 +0000
commit14de63ecf61fe8e52929111a612bdadba3005373 (patch)
tree1c9d5b6621bf1efd83a6e27238aa3a0fcf1e5b3f /include/splay-tree.h
parentc95d941686b88d435d843c98350bbf96772f6b44 (diff)
downloadgdb-14de63ecf61fe8e52929111a612bdadba3005373.tar.gz
* splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
work-a-round whitespace problem in gcc gengtype.
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 996d362ef83..7df1a7c7b98 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