cvsuser 03/10/06 19:30:29
Modified: languages/imcc/docs calling_conventions.pod Log: Clarification. Revision Changes Path 1.12 +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.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- calling_conventions.pod 29 Sep 2003 15:01:11 -0000 1.11 +++ calling_conventions.pod 7 Oct 2003 02:30:29 -0000 1.12 @@ -58,7 +58,7 @@ =item * B<prototyped>, B<non_rototyped> -If a subroutine doesn't have any prototyped specifier, code gets +If a subroutine definition has no prototyped specifier, code gets emitted to receive parameters by both flavors. =item * B<newsub>
