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
f79e449b
Commit
f79e449b
authored
May 16, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(edit_fn_definition): Fix mispelled local `have_flotsam'.
From-SVN: r9709
parent
8e3dc5f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/protoize.c
+3
-3
No files found.
gcc/protoize.c
View file @
f79e449b
...
@@ -3861,7 +3861,7 @@ edit_fn_definition (def_dec_p, clean_text_p)
...
@@ -3861,7 +3861,7 @@ edit_fn_definition (def_dec_p, clean_text_p)
const
char
*
start_body_orig
;
const
char
*
start_body_orig
;
const
char
*
scan
;
const
char
*
scan
;
const
char
*
scan_orig
;
const
char
*
scan_orig
;
int
have_flots
u
m
=
0
;
int
have_flots
a
m
=
0
;
int
have_newlines
=
0
;
int
have_newlines
=
0
;
for
(
start_body
=
end_formals
+
1
;
*
start_body
!=
'{'
;)
for
(
start_body
=
end_formals
+
1
;
*
start_body
!=
'{'
;)
...
@@ -3881,9 +3881,9 @@ edit_fn_definition (def_dec_p, clean_text_p)
...
@@ -3881,9 +3881,9 @@ edit_fn_definition (def_dec_p, clean_text_p)
*
((
NONCONST
char
*
)
scan_orig
)
=
' '
;
/* identical - so whiteout */
*
((
NONCONST
char
*
)
scan_orig
)
=
' '
;
/* identical - so whiteout */
}
}
else
else
have_flots
u
m
=
1
;
have_flots
a
m
=
1
;
}
}
if
(
have_flots
u
m
)
if
(
have_flots
a
m
)
output_bytes
(
end_formals_orig
+
1
,
output_bytes
(
end_formals_orig
+
1
,
(
size_t
)
(
start_body_orig
-
end_formals_orig
)
-
1
);
(
size_t
)
(
start_body_orig
-
end_formals_orig
)
-
1
);
else
else
...
...
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