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
c9819cb2
Commit
c9819cb2
authored
18 years ago
by
Kazu Hirata
Committed by
Kazu Hirata
18 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* objc/objc-act.c: Fix comment typos.
From-SVN: r122085
parent
01e304f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/objc/ChangeLog
+4
-0
gcc/objc/objc-act.c
+2
-2
No files found.
gcc/objc/ChangeLog
View file @
c9819cb2
2007-02-18 Kazu Hirata <kazu@codesourcery.com>
* objc/objc-act.c: Fix comment typos.
2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
Brooks Moses <brooks.moses@codesourcery.com>
Lee Millward <lee.millward@codesourcery.com>
...
...
This diff is collapsed.
Click to expand it.
gcc/objc/objc-act.c
View file @
c9819cb2
...
...
@@ -956,7 +956,7 @@ objc_volatilize_decl (tree decl)
}
/* Check if protocol PROTO is adopted (directly or indirectly) by class CLS
(including its categor
ei
s and superclasses) or by object type TYP.
(including its categor
ie
s and superclasses) or by object type TYP.
Issue a warning if PROTO is not adopted anywhere and WARN is set. */
static
bool
...
...
@@ -1659,7 +1659,7 @@ synth_module_prologue (void)
build_int_cst
(
NULL_TREE
,
OFFS_MSGSEND_FAST
),
NULL_TREE
);
#else
/* No direct dispatch avail
i
ble. */
/* No direct dispatch avail
a
ble. */
umsg_fast_decl
=
umsg_decl
;
#endif
...
...
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