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
128465e6
Commit
128465e6
authored
Sep 15, 2010
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Sep 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* init.c: Fix type name in comment.
From-SVN: r164306
parent
edd2b56a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libcpp/ChangeLog
+4
-0
libcpp/init.c
+1
-1
No files found.
libcpp/ChangeLog
View file @
128465e6
2010
-
09
-
15
Ian
Lance
Taylor
<
iant
@
google.com
>
*
init.c
:
Fix
type
name
in
comment.
2010
-
08
-
31
Jakub
Jelinek
<
jakub
@
redhat.com
>
PR
preprocessor
/
45457
...
...
libcpp/init.c
View file @
128465e6
...
...
@@ -323,7 +323,7 @@ cpp_destroy (cpp_reader *pfile)
"builtin" macros: these are handled by builtin_macro() in
macro.c. Builtin is somewhat of a misnomer -- the property of
interest is that these macros require special code to compute their
expansions. The value is a "builtin_type" enumerator.
expansions. The value is a "
cpp_
builtin_type" enumerator.
operator_array holds the C++ named operators. These are keywords
which act as aliases for punctuators. In C++, they cannot be
...
...
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