cvsuser     02/08/20 14:38:24

  Modified:    lib/Parrot Types.pm
  Log:
  attached patch uses now a similar startup code for native compiled
  programs like test_main.c.
  
  Rediffed and additional patch to compile natively .pasm containing keyed
  access (pack_key was not export in lib/Parrot/Types.pm).
  
  Courtesy of Leopold Toetsch
  
  Revision  Changes    Path
  1.5       +2 -1      parrot/lib/Parrot/Types.pm
  
  Index: Types.pm
  ===================================================================
  RCS file: /cvs/public/parrot/lib/Parrot/Types.pm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -r1.4 -r1.5
  --- Types.pm  19 Aug 2002 23:16:23 -0000      1.4
  +++ Types.pm  20 Aug 2002 21:38:24 -0000      1.5
  @@ -1,7 +1,7 @@
   #
   # Types.pm
   #
  -# $Id: Types.pm,v 1.4 2002/08/19 23:16:23 tom Exp $
  +# $Id: Types.pm,v 1.5 2002/08/20 21:38:24 sfink Exp $
   #
   package Parrot::Types;
   use strict;
  @@ -19,6 +19,7 @@
       &pack_sv
       &pack_op
       &pack_arg
  +    &pack_key
   
       &unpack_byte
       &unpack_intval
  
  
  


Reply via email to