cvsuser 05/01/03 14:04:30
Modified: classes resizablebooleanarray.pmc Log: Fix cut-and-paste error Revision Changes Path 1.5 +3 -3 parrot/classes/resizablebooleanarray.pmc Index: resizablebooleanarray.pmc =================================================================== RCS file: /cvs/public/parrot/classes/resizablebooleanarray.pmc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- resizablebooleanarray.pmc 12 Dec 2004 23:03:45 -0000 1.4 +++ resizablebooleanarray.pmc 3 Jan 2005 22:04:30 -0000 1.5 @@ -1,6 +1,6 @@ /* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved. -$Id: resizablebooleanarray.pmc,v 1.4 2004/12/12 23:03:45 chromatic Exp $ +$Id: resizablebooleanarray.pmc,v 1.5 2005/01/03 22:04:30 scog Exp $ =head1 NAME @@ -75,9 +75,9 @@ /* -=item C<void push_integer (STRING* value)> +=item C<void push_integer (INTVAL value)> -Extends the array by adding an element of value C<*value> to the end of +Extends the array by adding an element of value C<value> to the end of the array. =cut
