diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 2001-01-02 00:35:51 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2001-01-02 00:35:51 +0000 |
commit | 5be1aac9125764200d1c8a430cb8e580998c96d2 (patch) | |
tree | 2e01ec54105554b987ebbdeeb4ce8149699f04b0 /gcc | |
parent | c76fbbe2478fa107c82921cd542086287c8906ed (diff) | |
download | gcc-5be1aac9125764200d1c8a430cb8e580998c96d2.zip gcc-5be1aac9125764200d1c8a430cb8e580998c96d2.tar.gz gcc-5be1aac9125764200d1c8a430cb8e580998c96d2.tar.bz2 |
more README info
From-SVN: r38601
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fixinc/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fixinc/README b/gcc/fixinc/README index 69e3b1f..c04b3fd 100644 --- a/gcc/fixinc/README +++ b/gcc/fixinc/README @@ -150,6 +150,13 @@ Here are the rules for making fixes in the inclhack.def file: to the empty string. Both or the second "c_fix_arg"s may be omitted and the file will still be wrapped. + THERE IS A SPECIAL EXCEPTION TO THIS, HOWEVER: + + If the regular expression '#if.*__need' is found, then it is + assumed that the file needs to be read and interpreted more + than once. However, the prolog and epilog text (if any) will + be inserted. + v) format - Replaces text selected with a regular expression with a specialized formating string. The formatting works as follows: The format text is copied to the output until a '%' character |