From: Robin Barker Date: Mon, 23 Aug 1999 16:41:11 +0000 (+0100) Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1341489138a2cd535f7aa4b4d9dde4f07557806;p=p5sagit%2Fp5-mst-13.2.git [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h To: perl5-porters@perl.org Message-Id: <199908231541.QAA10043@tempest.npl.co.uk> p4raw-id: //depot/cfgperl@4033 --- diff --git a/perl.h b/perl.h index 9871b48..37a8607 100644 --- a/perl.h +++ b/perl.h @@ -1027,7 +1027,7 @@ Free_t Perl_mfree (Malloc_t where); # define UV_MAX PERL_UQUAD_MAX # define UV_MIN PERL_UQUAD_MIN # endif -# define IVSIZF 8 +# define IVSIZE 8 # define UVSIZE 8 # define IV_IS_QUAD # define UV_IS_QUAD