aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/fixincl.x
diff options
context:
space:
mode:
authorBruce Korb <bkorb@gnu.org>2000-11-12 03:37:33 +0000
committerBruce Korb <korbb@gcc.gnu.org>2000-11-12 03:37:33 +0000
commit56a77e1e84bc997047f8924ad4804ffa4e8b67f6 (patch)
tree07712bdd0dec8495966332bbdd1522ee74343bb6 /gcc/fixinc/fixincl.x
parent8d8523fe5247ceeef73f081cdac9d3709db0d9e1 (diff)
downloadgcc-56a77e1e84bc997047f8924ad4804ffa4e8b67f6.zip
gcc-56a77e1e84bc997047f8924ad4804ffa4e8b67f6.tar.gz
gcc-56a77e1e84bc997047f8924ad4804ffa4e8b67f6.tar.bz2
avoid commenting out #endifs
From-SVN: r37401
Diffstat (limited to 'gcc/fixinc/fixincl.x')
-rw-r--r--gcc/fixinc/fixincl.x2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x
index 524489b..9291260 100644
--- a/gcc/fixinc/fixincl.x
+++ b/gcc/fixinc/fixincl.x
@@ -1290,7 +1290,6 @@ static const char* apzAvoid_Bool_TypePatch[] = {
"#ifndef __cplusplus\n\
%0\n\
#endif",
- "^[ \t]*typedef[ \t].*[ \t]bool[ \t]*;.*",
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -1328,7 +1327,6 @@ static const char* apzAvoid_Wchar_T_TypePatch[] = {
"#ifndef __cplusplus\n\
%0\n\
#endif",
- "^[ \t]*typedef[ \t].*[ \t]wchar_t[ \t]*;.*",
(char*)NULL };
/* * * * * * * * * * * * * * * * * * * * * * * * * *