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
ecfd72e7
Commit
ecfd72e7
authored
Jan 11, 2005
by
Tobias Schlüter
Committed by
Tobias Schlüter
Jan 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
From-SVN: r93190
parent
a141a5af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libcpp/ChangeLog
+4
-0
libcpp/include/cpplib.h
+1
-1
No files found.
libcpp/ChangeLog
View file @
ecfd72e7
2005-01-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.
2005-01-03 Geoffrey Keating <geoffk@apple.com>
2005-01-03 Geoffrey Keating <geoffk@apple.com>
* files.c (_cpp_find_file): Add files found by search_path_exhausted
* files.c (_cpp_find_file): Add files found by search_path_exhausted
...
...
libcpp/include/cpplib.h
View file @
ecfd72e7
...
@@ -152,7 +152,7 @@ enum cpp_ttype
...
@@ -152,7 +152,7 @@ enum cpp_ttype
#undef OP
#undef OP
#undef TK
#undef TK
/* C language kind, used when calling cpp_
reader_init
. */
/* C language kind, used when calling cpp_
create_reader
. */
enum
c_lang
{
CLK_GNUC89
=
0
,
CLK_GNUC99
,
CLK_STDC89
,
CLK_STDC94
,
CLK_STDC99
,
enum
c_lang
{
CLK_GNUC89
=
0
,
CLK_GNUC99
,
CLK_STDC89
,
CLK_STDC94
,
CLK_STDC99
,
CLK_GNUCXX
,
CLK_CXX98
,
CLK_ASM
};
CLK_GNUCXX
,
CLK_CXX98
,
CLK_ASM
};
...
...
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