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
1e61a9d9
Commit
1e61a9d9
authored
Mar 10, 1999
by
Mark Mitchell
Committed by
Mark Mitchell
Mar 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* search.c (assert_canonical_unmarked): Fix typo in prototype.
From-SVN: r25671
parent
66c0b347
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/cp/ChangeLog
+2
-0
gcc/cp/search.c
+2
-2
No files found.
gcc/cp/ChangeLog
View file @
1e61a9d9
1999-03-10 Mark Mitchell <mark@markmitchell.com>
* search.c (assert_canonical_unmarked): Fix typo in prototype.
* search.c (dfs_canonical_queue): New function.
(dfs_assert_unmarked_p): Likewise.
(assert_canonical_unmarked): Likewise.
...
...
gcc/cp/search.c
View file @
1e61a9d9
...
...
@@ -145,8 +145,8 @@ static tree dfs_accessible_p PROTO ((tree, void *));
static
tree
dfs_access_in_type
PROTO
((
tree
,
void
*
));
static
tree
access_in_type
PROTO
((
tree
,
tree
));
static
tree
dfs_canonical_queue
PROTO
((
tree
,
void
*
));
static
tree
dfs_assert_unmarked_
P
PROTO
((
tree
,
void
*
));
static
tree
assert_canonical_unmarked
PROTO
((
tree
));
static
tree
dfs_assert_unmarked_
p
PROTO
((
tree
,
void
*
));
static
void
assert_canonical_unmarked
PROTO
((
tree
));
/* Allocate a level of searching. */
...
...
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