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
d17e26f7
Commit
d17e26f7
authored
Mar 30, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the phrase `preprocessing directive' consistently.
From-SVN: r9259
parent
adcfa681
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 @
d17e26f7
...
...
@@ -3859,7 +3859,7 @@ edit_fn_definition (def_dec_p, clean_text_p)
}
/* Clean up the clean text buffer. Do this by converting comments and
preprocess
or
directives into spaces. Also convert line continuations
preprocess
ing
directives into spaces. Also convert line continuations
into whitespace. Also, whiteout string and character literals. */
static
void
...
...
@@ -4109,14 +4109,14 @@ scan_for_missed_items (file_p)
/* Do all editing operations for a single source file (either a "base" file
or an "include" file). To do this we read the file into memory, keep a
virgin copy there, make another cleaned in-core copy of the original file
(i.e. one in which all of the comments and preprocess
or
directives have
(i.e. one in which all of the comments and preprocess
ing
directives have
been replaced with whitespace), then use these two in-core copies of the
file to make a new edited in-core copy of the file. Finally, rename the
original file (as a way of saving it), and then write the edited version
of the file from core to a disk file of the same name as the original.
Note that the trick of making a copy of the original sans comments &
preprocess
or
directives make the editing a whole lot easier. */
preprocess
ing
directives make the editing a whole lot easier. */
static
void
edit_file
(
hp
)
...
...
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