diff options
author | Bruce Korb <bkorb@gnu.org> | 2000-05-14 21:20:33 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2000-05-14 21:20:33 +0000 |
commit | 99d05d995543ea4967378f340c4449d1dc23481d (patch) | |
tree | f989a20da7abc98f06d27b600e09c61b8ba8c619 /gcc/fixinc/check.tpl | |
parent | 5ba02ca6478e2a90d3b314642be17e0d27d84898 (diff) | |
download | gcc-99d05d995543ea4967378f340c4449d1dc23481d.zip gcc-99d05d995543ea4967378f340c4449d1dc23481d.tar.gz gcc-99d05d995543ea4967378f340c4449d1dc23481d.tar.bz2 |
Add several tests and use the ``c_fix = format'' fixer more
From-SVN: r33895
Diffstat (limited to 'gcc/fixinc/check.tpl')
-rw-r--r-- | gcc/fixinc/check.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fixinc/check.tpl b/gcc/fixinc/check.tpl index 56276a0..d7f7c5a 100644 --- a/gcc/fixinc/check.tpl +++ b/gcc/fixinc/check.tpl @@ -29,7 +29,11 @@ _FOR fix =][= _IF test_text _exist ! =][= _IF replace _exist ! =] -echo No test for [=hackname=][= +echo No test for [=hackname=] in inc/[= + _IF files _exist =][= + files[0] =][= + _ELSE =]testing.h[= + _ENDIF =][= _ENDIF =][= _ELSE =] cat >> inc/[= |