cvsuser     03/09/18 22:59:00

  Modified:    examples/assembly uniq.pasm
  Log:
  Remember to grab the argument
  
  Revision  Changes    Path
  1.6       +2 -1      parrot/examples/assembly/uniq.pasm
  
  Index: uniq.pasm
  ===================================================================
  RCS file: /cvs/public/parrot/examples/assembly/uniq.pasm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- uniq.pasm 30 Aug 2003 10:01:04 -0000      1.5
  +++ uniq.pasm 19 Sep 2003 05:59:00 -0000      1.6
  @@ -1,4 +1,4 @@
  -# $Id: uniq.pasm,v 1.5 2003/08/30 10:01:04 leo Exp $
  +# $Id: uniq.pasm,v 1.6 2003/09/19 05:59:00 sfink Exp $
   # uniq - Remove duplicate lines from a sorted file
   #
   #   % ./parrot uniq.pasm -o uniq.pbc
  @@ -30,6 +30,7 @@
   SOURCE:
     # do some simple option parsing
   
  +  set S0, P5[1]
     ne S0, "-c", NOTC
     set I10, 1 # count mode
     set S0, P5[2]
  
  
  

Reply via email to