diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-10-19 16:43:52 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-10-19 16:43:52 +0200 |
commit | e237eb0078e71608b0a037f741beab22096007ba (patch) | |
tree | 73c864778454af730b2c1bdfad6fa782c489fc2d /Configure | |
parent | be5387481edebd42425976c372ac3dbafe134bde (diff) | |
download | perl-e237eb0078e71608b0a037f741beab22096007ba.tar.gz |
Consistent spelling of HP-UX
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Tue Aug 18 19:22:01 CEST 2009 [metaconfig 3.5 PL0] +# Generated on Mon Oct 19 16:23:09 CEST 2009 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -11010,7 +11010,7 @@ int main() signal(SIGFPE, blech); /* Don't let compiler optimize the test away. Store the number - in a writable string for gcc to pass to sscanf under HP/UX. + in a writable string for gcc to pass to sscanf under HP-UX. */ sprintf(str, "2147483647"); sscanf(str, "%lf", &f); /* f = (double) 0x7fffffff; */ @@ -11077,7 +11077,7 @@ int main() optimized the whole file away */ /* Store the number in a writable string for gcc to pass to - sscanf under HP/UX. + sscanf under HP-UX. */ sprintf(str, "-123"); sscanf(str, "%lf", &f); /* f = -123.; */ |