This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Spelling - megapatch
[metaconfig.git] / U / typedefs / ssizesize.U
index c25a7bd..d95300d 100644 (file)
@@ -1,10 +1,10 @@
 ?RCS:
 ?RCS: Copyright (c) 1999, Jarkko Hietaniemi
-?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:
 ?MAKE:ssizesize: Myread Typedef ssizetype Compile run
 ?C:Ssize_t_size:
 ?C:    This symbol holds the size of a Ssize_t in bytes.
 ?C:.
-?H:#define Ssize_t_size $ssizesize             /* */
+?H:#define Ssize_t_size $ssizesize             /**/
 ?H:.
 ?T:yyy zzz
-?LINT: set ssizesize
+?F:!try
+: Check size of Ssize_t
 echo " "
 case "$ssizetype" in
 *_t) zzz="$ssizetype"          ;;
 *)   zzz="signed filesize"     ;;
 esac
-echo "Checking the size of $zzz..." >&4 
+echo "Checking the size of $zzz..." >&4
 cat > try.c <<EOCP
 #include <sys/types.h>
 #include <stdio.h>