From: Rafael Garcia-Suarez Date: Sat, 21 Feb 2004 16:30:02 +0000 (+0000) Subject: Document change #22353 in perldelta. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=265db0e6942519096cb752873eec2c05199a11a9;p=p5sagit%2Fp5-mst-13.2.git Document change #22353 in perldelta. p4raw-link: @22353 on //depot/perl: 2814eb746a9281fd66cc5c45be3b127463ec07c7 p4raw-id: //depot/perl@22355 --- diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod index a89d6fd..a344567 100644 --- a/pod/perl591delta.pod +++ b/pod/perl591delta.pod @@ -179,6 +179,13 @@ the oldest perl binary-compatible (resp. source-compatible) with the present one, were not used, and sometimes had misleading values. They have been removed. +=head2 Less space is used by ops + +The C structure now uses less space. The C field has been +removed and replaced by two one-bit fields, C and C. +C is now 9 bits long. (Consequently, the C class doesn't +provide an C method anymore.) + =head1 Configuration and Building C now invokes callbacks regardless of the value of the variable