aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/README
diff options
context:
space:
mode:
authorBruce Korb <bkorb@gnu.org>2008-01-15 19:44:03 +0000
committerBruce Korb <bkorb@gnu.org>2008-01-15 19:44:03 +0000
commitc13e57e2df64c3a7046c2dee412cddd8f1a963e0 (patch)
tree6409e2baee73ea7b12170c1d1e783af2dd273472 /fixincludes/README
parent7605d5a5bc1220fc10083de4e93d4048682f9b3f (diff)
Clarify the second argument usage for "c-fix"-es.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@131550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/README')
-rw-r--r--fixincludes/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/fixincludes/README b/fixincludes/README
index 439e4ec30dd..50f408f9eca 100644
--- a/fixincludes/README
+++ b/fixincludes/README
@@ -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 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 format (the first
- "c_fix_arg").
+ pair. The second "c_fix_arg" may be omitted *IF* there is at least
+ 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