Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f661c09d
Commit
f661c09d
authored
Sep 27, 2010
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use C-style comment instead of C++ in a C header.
Spotted by: Davi Arnaut
parent
ae1f1a67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/innobase/include/ut0rbt.h
storage/innobase/include/ut0rbt.h
+1
-1
No files found.
storage/innobase/include/ut0rbt.h
View file @
f661c09d
...
...
@@ -53,7 +53,7 @@ Created 2007-03-20 Sunny Bains
/* Red black tree typedefs */
typedef
struct
ib_rbt_struct
ib_rbt_t
;
typedef
struct
ib_rbt_node_struct
ib_rbt_node_t
;
/
/ FIXME: Iterator is a better name than _bound_
/
* FIXME: Iterator is a better name than _bound_ */
typedef
struct
ib_rbt_bound_struct
ib_rbt_bound_t
;
typedef
void
(
*
ib_rbt_print_node
)(
const
ib_rbt_node_t
*
node
);
typedef
int
(
*
ib_rbt_compare
)(
const
void
*
p1
,
const
void
*
p2
);
...
...
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