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
253245df
Commit
253245df
authored
Mar 25, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(for_lint): Variable renamed from `lint'.
From-SVN: r6904
parent
25a1b918
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/cccp.c
+3
-3
No files found.
gcc/cccp.c
View file @
253245df
...
@@ -359,7 +359,7 @@ static int max_include_len;
...
@@ -359,7 +359,7 @@ static int max_include_len;
/* Nonzero means turn NOTREACHED into #pragma NOTREACHED etc */
/* Nonzero means turn NOTREACHED into #pragma NOTREACHED etc */
static
int
lint
=
0
;
static
int
for_
lint
=
0
;
/* Nonzero means copy comments into the output file. */
/* Nonzero means copy comments into the output file. */
...
@@ -1343,7 +1343,7 @@ main (argc, argv)
...
@@ -1343,7 +1343,7 @@ main (argc, argv)
if
(
!
strcmp
(
argv
[
i
],
"-lang-asm"
))
if
(
!
strcmp
(
argv
[
i
],
"-lang-asm"
))
lang_asm
=
1
;
lang_asm
=
1
;
if
(
!
strcmp
(
argv
[
i
],
"-lint"
))
if
(
!
strcmp
(
argv
[
i
],
"-lint"
))
lint
=
1
;
for_
lint
=
1
;
break
;
break
;
case
'+'
:
case
'+'
:
...
@@ -2728,7 +2728,7 @@ do { ip = &instack[indepth]; \
...
@@ -2728,7 +2728,7 @@ do { ip = &instack[indepth]; \
++
ibp
;
/* Skip the star. */
++
ibp
;
/* Skip the star. */
/* If this cpp is for lint, we peek inside the comments: */
/* If this cpp is for lint, we peek inside the comments: */
if
(
lint
)
{
if
(
for_
lint
)
{
U_CHAR
*
argbp
;
U_CHAR
*
argbp
;
int
cmdlen
,
arglen
;
int
cmdlen
,
arglen
;
char
*
lintcmd
=
get_lintcmd
(
ibp
,
limit
,
&
argbp
,
&
arglen
,
&
cmdlen
);
char
*
lintcmd
=
get_lintcmd
(
ibp
,
limit
,
&
argbp
,
&
arglen
,
&
cmdlen
);
...
...
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