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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2007-07-12 17:30:24 +0400
committerHans-Peter Nilsson <hp@axis.com>2007-07-12 17:30:24 +0400
commit254860bcfd9f891f9ce9f713aaae58dffa7f5452 (patch)
tree4ef5aa035ccedc5cdcc8079bed39a4f45ab75b60 /include/splay-tree.h
parent6e3117d51bc005e6b671b1859bae15c4d17c3db1 (diff)
* 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 996d362ef..7df1a7c7b 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