cvsuser 03/10/06 19:38:03
Modified: languages/imcc/docs calling_conventions.pod Log: Fix typo. Revision Changes Path 1.13 +1 -1 parrot/languages/imcc/docs/calling_conventions.pod Index: calling_conventions.pod =================================================================== RCS file: /cvs/public/parrot/languages/imcc/docs/calling_conventions.pod,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -r1.12 -r1.13 --- calling_conventions.pod 7 Oct 2003 02:30:29 -0000 1.12 +++ calling_conventions.pod 7 Oct 2003 02:38:02 -0000 1.13 @@ -56,7 +56,7 @@ =over 4 -=item * B<prototyped>, B<non_rototyped> +=item * B<prototyped>, B<non_prototyped> If a subroutine definition has no prototyped specifier, code gets emitted to receive parameters by both flavors.
