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
44b962f2
Commit
44b962f2
authored
Jan 15, 2008
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify the second argument usage for "c-fix"-es.
From-SVN: r131550
parent
5af3679c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
fixincludes/README
+5
-5
No files found.
fixincludes/README
View file @
44b962f2
...
...
@@ -230,11 +230,11 @@ MAKING CHANGES TO INCLHACK.DEF
c_fix_arg = "#define[ \t]+([A-Z][A-Z0-9a-z_]*).*";
This would wrap a one line #define inside of a "#ifndef"/"#endif"
pair. The second "c_fix_arg" may be omitted *IF* there is a
selec
t
clause and the first one identifies the text you wish to reformat.
It will then be used as the second "c_fix_arg". You may delete the
selected text by supplying an empty string for the format (the first
"c_fix_arg").
pair. The second "c_fix_arg" may be omitted *IF* there is a
t leas
t
one select clause and the first one identifies the text you wish to
reformat. It will then be used as the second "c_fix_arg". You may
delete the selected text by supplying an empty string for the
replacement format (the first
"c_fix_arg").
Note: In general, a format c_fix may be used in place of one
sed expression. However, it will need to be rewritten by
...
...
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