cvsuser     01/10/11 14:09:12

  Modified:    docs     parrot_assembly.pod
  Log:
  Tossed the parameter for return
  
  Revision  Changes    Path
  1.5       +1 -1      parrot/docs/parrot_assembly.pod
  
  Index: parrot_assembly.pod
  ===================================================================
  RCS file: /home/perlcvs/parrot/docs/parrot_assembly.pod,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -r1.4 -r1.5
  --- parrot_assembly.pod       2001/09/25 23:54:11     1.4
  +++ parrot_assembly.pod       2001/10/11 21:09:12     1.5
  @@ -206,7 +206,7 @@
   Jump to the location specified by register X. Push the current
   location onto the call stack for later returning.
   
  -=item return tx
  +=item return
   
   Pop the location off the top of the stack and go there.
   
  
  
  


Reply via email to