From 254860bcfd9f891f9ce9f713aaae58dffa7f5452 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 12 Jul 2007 13:30:24 +0000 Subject: * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types work-a-round whitespace problem in gcc gengtype. --- include/splay-tree.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/splay-tree.h') 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 -- cgit v1.2.3