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
2db7017d
Commit
2db7017d
authored
25 years ago
by
Mark Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in previous change
From-SVN: r31317
parent
9d4c0187
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/cp/class.c
+3
-3
No files found.
gcc/cp/class.c
View file @
2db7017d
...
...
@@ -138,14 +138,14 @@ static void layout_class_type PROTO((tree, int *, int *, tree *, tree *));
static
void
fixup_pending_inline
PROTO
((
struct
pending_inline
*
));
static
void
fixup_inline_methods
PROTO
((
tree
));
static
void
set_primary_base
PROTO
((
tree
,
int
,
int
*
));
static
void
dfs_propagate_binfo_offsets
PROTO
((
tree
,
tree
));
static
tree
dfs_propagate_binfo_offsets
PROTO
((
tree
,
void
*
));
static
void
propagate_binfo_offsets
PROTO
((
tree
,
tree
));
static
void
layout_basetypes
PROTO
((
tree
));
static
void
layout_virtual_bases
PROTO
((
tree
));
static
void
remove_base_field
PROTO
((
tree
,
tree
,
tree
*
));
static
void
remove_base_fields
PROTO
((
tree
));
static
void
dfs_set_offset_for_shared_vbases
PROTO
((
tree
,
void
*
));
static
void
dfs_set_offset_for_unshared_vbases
PROTO
((
tree
,
void
*
));
static
tree
dfs_set_offset_for_shared_vbases
PROTO
((
tree
,
void
*
));
static
tree
dfs_set_offset_for_unshared_vbases
PROTO
((
tree
,
void
*
));
/* Variables shared between class.c and call.c. */
...
...
This diff is collapsed.
Click to expand it.
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