X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=fixincludes%2FREADME;h=50f408f9eca68569e02f0d2b761d823e2ee34256;hb=44b962f21cf33a2215e596f5d8b78aff9ae94daf;hp=439e4ec30ddb9aa3c8f0bc160723cca6cb1f26b1;hpb=5af3679c8c1b0fb79e1cbd1ded03fbf25e18bcfe;p=gcc.git 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