Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2826df06
Commit
2826df06
authored
Jul 13, 2007
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* splay-tree.h: Fix whitespace.
From-SVN: r126625
parent
cbf8d355
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
include/ChangeLog
+0
-3
include/splay-tree.h
+5
-5
No files found.
include/ChangeLog
View file @
2826df06
2007-07-12 Kai Tietz <kai.tietz@onevision.com>
* splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types
work-a-round whitespace problem in gcc gengtype.
* splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
needed for WIN64 when a long is not wide enough for a pointer.
(splay_tree_key, splay_tree_value): Use the new types.
...
...
include/splay-tree.h
View file @
2826df06
...
...
@@ -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
...
...
@@ -118,8 +118,8 @@ struct splay_tree_s GTY(())
splay_tree_allocate_fn
allocate
;
splay_tree_deallocate_fn
deallocate
;
void
*
GTY
((
skip
))
allocate_data
;
};
typedef
struct
splay_tree_s
*
splay_tree
;
extern
splay_tree
splay_tree_new
(
splay_tree_compare_fn
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment