aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/inclhack.def
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2009-08-28 17:53:46 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2009-08-28 17:53:46 +0000
commit629fff4bf29ced5d30c05c836f2b8b71b29c6d2b (patch)
tree63e3432b8820645ed8e1d19519b5531f16d41b5b /fixincludes/inclhack.def
parenta858e91226a37f6c7bfb77c3cadb5a844d8cebe2 (diff)
downloadgcc-629fff4bf29ced5d30c05c836f2b8b71b29c6d2b.zip
gcc-629fff4bf29ced5d30c05c836f2b8b71b29c6d2b.tar.gz
gcc-629fff4bf29ced5d30c05c836f2b8b71b29c6d2b.tar.bz2
inclhack.def (hpux_imaginary_i): Remove spaces.
2009-08-28 Steve Ellcey <sje@cup.hp.com> * inclhack.def (hpux_imaginary_i): Remove spaces. * fixincl.x: Regenerate. * tests/base/stdint.h: Update AIX fixes. * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix. From-SVN: r151171
Diffstat (limited to 'fixincludes/inclhack.def')
-rw-r--r--fixincludes/inclhack.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def
index 96ed41c..c43ac85 100644
--- a/fixincludes/inclhack.def
+++ b/fixincludes/inclhack.def
@@ -2235,8 +2235,8 @@ fix = {
files = complex.h;
select = "^[ \t]*#[ \t]*define[ \t]*_Complex_I.*";
c_fix = format;
- c_fix_arg = "# define _Complex_I (__extension__ 1.0iF)";
- test_text = "# define _Complex_I (0.f+_Imaginary_I)\n";
+ c_fix_arg = "#define _Complex_I (__extension__ 1.0iF)";
+ test_text = "#define _Complex_I (0.f+_Imaginary_I)\n";
};
/*