In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e237eb0078e71608b0a037f741beab22096007ba?hp=be5387481edebd42425976c372ac3dbafe134bde>
- Log ----------------------------------------------------------------- commit e237eb0078e71608b0a037f741beab22096007ba Author: H.Merijn Brand <[email protected]> Date: Mon Oct 19 16:43:52 2009 +0200 Consistent spelling of HP-UX ----------------------------------------------------------------------- Summary of changes: Configure | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Configure b/Configure index 9b9d2c7..a4c3397 100755 --- a/Configure +++ b/Configure @@ -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 [email protected]) 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.; */ -- Perl5 Master Repository
