Author: coke Date: Wed Apr 13 18:03:05 2005 New Revision: 7827 Modified: trunk/examples/assembly/mops_p.pasm Log: Change the reference of PerlInt to Integer (there's no actual PerlInts in the file.)
Modified: trunk/examples/assembly/mops_p.pasm ============================================================================== --- trunk/examples/assembly/mops_p.pasm (original) +++ trunk/examples/assembly/mops_p.pasm Wed Apr 13 18:03:05 2005 @@ -12,7 +12,7 @@ =head1 DESCRIPTION Calculates a value for M ops/s (million operations per second) using -C<PerlInt> PMCs. +C<Integer> PMCs. =cut
