aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/fixfixes.c
diff options
context:
space:
mode:
authorBruce Korb <korbb@gcc.gnu.org>2001-05-27 18:21:04 +0000
committerBruce Korb <korbb@gcc.gnu.org>2001-05-27 18:21:04 +0000
commit7b78a14a37cd517efee40901397dc272ecb55211 (patch)
tree9881619830d39d36a5b67150ec93884f762ae4b4 /gcc/fixinc/fixfixes.c
parentf71aebba8e9f255ba967b7929692cb2bb0b3e047 (diff)
downloadgcc-7b78a14a37cd517efee40901397dc272ecb55211.zip
gcc-7b78a14a37cd517efee40901397dc272ecb55211.tar.gz
gcc-7b78a14a37cd517efee40901397dc272ecb55211.tar.bz2
reorganize inclhacks and apply fix to fixtests.c
From-SVN: r42663
Diffstat (limited to 'gcc/fixinc/fixfixes.c')
-rw-r--r--gcc/fixinc/fixfixes.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/fixinc/fixfixes.c b/gcc/fixinc/fixfixes.c
index 56b9f54..afdecfc 100644
--- a/gcc/fixinc/fixfixes.c
+++ b/gcc/fixinc/fixfixes.c
@@ -30,14 +30,6 @@ Here are the rules:
This may be useful, for example, if there are interesting strings
or pre-compiled regular expressions stored there.
- It is also possible to access fix descriptions by using the
- index of a known fix, "my_fix_name" for example:
-
- tFixDesc* p_desc = fixDescList + MY_FIX_NAME_FIXIDX;
- tTestDesc* p_tlist = p_desc->p_test_desc;
-
- regexec (p_tlist->p_test_regex, ...)
-
= = = = = = = = = = = = = = = = = = = = = = = = =
This file is part of GNU CC.