cvsuser     04/01/10 03:40:20

  Modified:    src      packfile.c
  Log:
  Removed POD errors
  
  Revision  Changes    Path
  1.129     +5 -1      parrot/src/packfile.c
  
  Index: packfile.c
  ===================================================================
  RCS file: /cvs/public/parrot/src/packfile.c,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -w -r1.128 -r1.129
  --- packfile.c        10 Jan 2004 11:23:19 -0000      1.128
  +++ packfile.c        10 Jan 2004 11:40:20 -0000      1.129
  @@ -7,7 +7,7 @@
   ** This program is free software. It is subject to the same
   ** license as Parrot itself.
   **
  -** $Id: packfile.c,v 1.128 2004/01/10 11:23:19 mikescott Exp $
  +** $Id: packfile.c,v 1.129 2004/01/10 11:40:20 mikescott Exp $
   **
   ** History:
   **  Rework by Melvin; new bytecode format, make bytecode portable.
  @@ -2140,9 +2140,13 @@
       fixup_subs(interpreter, interpreter->code);
   }
   
  +/*
  +
   =back
   
   =cut
  +
  +*/
   
   /*
   * Local variables:
  
  
  

Reply via email to