At 8:26 AM -0600 1/22/01, Jarkko Hietaniemi wrote:
> > @@ -4515,7 +4515,7 @@
>> $ sig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 16 17 18 19 20
>> 21 22 23 24 25 26 27 28 29 30 31 32 33 64"",0"
>
>Wordwrap alert.
Hmm. Came through here with no wrap. Cutting down to one line of
context seems like the easy way to avoid the issue:
--- configure.com;-0 Fri Jan 19 07:15:41 2001
+++ configure.com Sun Jan 21 21:35:03 2001
@@ -4517,3 +4517,3 @@
$! perl_sig_num_with_commas=sig_num_init
-$ sig_size="37"
+$ sig_size="36"
$ uidtype="uid_t"
@@ -4540,3 +4540,3 @@
$! perl_sig_num_with_commas=sig_num_init
-$ sig_size="20"
+$ sig_size="19"
$ uidtype="unsigned int"