diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-11-12 04:16:07 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-11-12 04:16:07 +0000 |
commit | 995c461cce152453f4e161379b82507bec5c4d0c (patch) | |
tree | 29bb6f0bd9c1d6f3624c3877618ffef90c100278 /gcc/fixinc/fixincl.x | |
parent | 56a77e1e84bc997047f8924ad4804ffa4e8b67f6 (diff) | |
download | gcc-995c461cce152453f4e161379b82507bec5c4d0c.tar.gz |
inclhack.def (sunos_matherr_decl): Bypass matherr declarations that use `__MATH_EXCEPTION' in their prototypes, too.
* fixinc/inclhack.def (sunos_matherr_decl): Bypass matherr
declarations that use `__MATH_EXCEPTION' in their prototypes, too.
* fixinc/fixincl.x: Regenerated.
From-SVN: r37402
Diffstat (limited to 'gcc/fixinc/fixincl.x')
-rw-r--r-- | gcc/fixinc/fixincl.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index 92912600b1d..ddfe5a5d226 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -4021,7 +4021,7 @@ tSCC zSunos_Matherr_DeclSelect0[] = * content bypass pattern - skip fix if pattern found */ tSCC zSunos_Matherr_DeclBypass0[] = - "matherr.*struct exception"; + "matherr.*(struct exception|__MATH_EXCEPTION)"; #define SUNOS_MATHERR_DECL_TEST_CT 2 static tTestDesc aSunos_Matherr_DeclTests[] = { |