In metaconfig.git, the branch master has been updated <http://perl5.git.perl.org/metaconfig.git/commitdiff/22174c98b71043d3f59f13ec267ced13c64743d9?hp=f316d0a0fa8930e2ab1699002c933e74f228ce7e>
- Log ----------------------------------------------------------------- commit 22174c98b71043d3f59f13ec267ced13c64743d9 Author: H.Merijn Brand <[email protected]> Date: Mon Oct 19 16:22:43 2009 +0200 Consistent use of HP-UX ----------------------------------------------------------------------- Summary of changes: U/compline/d_casti32.U | 2 +- U/compline/d_castneg.U | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/U/compline/d_casti32.U b/U/compline/d_casti32.U index 503395e..13847fa 100644 --- a/U/compline/d_casti32.U +++ b/U/compline/d_casti32.U @@ -64,7 +64,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; */ diff --git a/U/compline/d_castneg.U b/U/compline/d_castneg.U index 5ec1141..f3162e9 100644 --- a/U/compline/d_castneg.U +++ b/U/compline/d_castneg.U @@ -84,7 +84,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 metaconfig repository
