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
731e8b38
Commit
731e8b38
authored
Dec 31, 2002
by
Mark Mitchell
Committed by
Mark Mitchell
Dec 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.h (pending_lang_change): Declare.
From-SVN: r60699
parent
147d1cd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/c-common.h
+4
-0
No files found.
gcc/ChangeLog
View file @
731e8b38
2002
-
12
-
31
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
c
-
common
.
h
(
pending_lang_change
)
:
Declare
.
2002
-
12
-
31
Jerry
Quinn
<
jlquinn
@optonline
.
net
>
2002
-
12
-
31
Jerry
Quinn
<
jlquinn
@optonline
.
net
>
*
gcc
/
doc
/
invoke
.
texi
(
Optimization
Options
)
:
Clean
up
-
O
flag
*
gcc
/
doc
/
invoke
.
texi
(
Optimization
Options
)
:
Clean
up
-
O
flag
...
...
gcc/c-common.h
View file @
731e8b38
...
@@ -1235,6 +1235,10 @@ extern const char *init_c_lex PARAMS ((const char *));
...
@@ -1235,6 +1235,10 @@ extern const char *init_c_lex PARAMS ((const char *));
extern
void
cb_register_builtins
PARAMS
((
cpp_reader
*
));
extern
void
cb_register_builtins
PARAMS
((
cpp_reader
*
));
/* Positive if an implicit `extern "C"' scope has just been entered;
negative if such a scope has just been exited. */
extern
int
pending_lang_change
;
/* Information recorded about each file examined during compilation. */
/* Information recorded about each file examined during compilation. */
struct
c_fileinfo
struct
c_fileinfo
...
...
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