This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Spelling - megapatch
[metaconfig.git] / U / compline / d_castneg.U
index fc58e99..ecd8688 100644 (file)
@@ -1,11 +1,11 @@
 ?RCS: $Id: d_castneg.U,v 3.0.1.2 1995/05/12 12:11:21 ram Exp $
 ?RCS:
 ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
-?RCS: 
-?RCS: You may redistribute only under the terms of the Artistic Licence,
+?RCS:
+?RCS: You may redistribute only under the terms of the Artistic License,
 ?RCS: as specified in the README file that comes with the distribution.
 ?RCS: You may reuse parts of this distribution only within the terms of
-?RCS: that same Artistic Licence; a copy of which may be found at the root
+?RCS: that same Artistic License; a copy of which may be found at the root
 ?RCS: of the source tree for dist 3.0.
 ?RCS:
 ?RCS: $Log: d_castneg.U,v $
@@ -27,7 +27,7 @@
 ?MAKE: -pick add $@ %<
 ?S:d_castneg:
 ?S:    This variable conditionally defines CASTNEG, which indicates
-?S:    wether the C compiler can cast negative float to unsigned.
+?S:    whether the C compiler can cast negative float to unsigned.
 ?S:.
 ?S:castflags:
 ?S:    This variable contains a flag that precise difficulties the
@@ -52,6 +52,7 @@
 ?H:#$d_castneg CASTNEGFLOAT            /**/
 ?H:#define CASTFLAGS $castflags                /**/
 ?H:.
+?F:!try
 ?LINT:set d_castneg
 : check for ability to cast negative floats to unsigned
 echo " "
@@ -83,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.; */