cvsuser     03/09/25 08:34:37

  Modified:    .        build_nativecall.pl call_list.txt
  Log:
  More tweaks for b types
  
  Revision  Changes    Path
  1.25      +4 -4      parrot/build_nativecall.pl
  
  Index: build_nativecall.pl
  ===================================================================
  RCS file: /cvs/public/parrot/build_nativecall.pl,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -w -r1.24 -r1.25
  --- build_nativecall.pl       25 Sep 2003 15:05:58 -0000      1.24
  +++ build_nativecall.pl       25 Sep 2003 15:34:37 -0000      1.25
  @@ -48,7 +48,7 @@
                    v => "void",
                    I => "struct Parrot_Interp *",
                    P => "PMC *",
  -#                b => "void *",
  +                 b => "void *",
                    B => "void **",
                   );
   
  @@ -121,7 +121,7 @@
   /* nci.c
    *  Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
    *  CVS Info
  - *     $Id: build_nativecall.pl,v 1.24 2003/09/25 15:05:58 dan Exp $
  + *     $Id: build_nativecall.pl,v 1.25 2003/09/25 15:34:37 dan Exp $
    *  Overview:
    *     Native Call Interface routines. The code needed to build a
    *     parrot to C call frame is in here
  
  
  
  1.15      +2 -0      parrot/call_list.txt
  
  Index: call_list.txt
  ===================================================================
  RCS file: /cvs/public/parrot/call_list.txt,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -w -r1.14 -r1.15
  --- call_list.txt     25 Sep 2003 14:56:20 -0000      1.14
  +++ call_list.txt     25 Sep 2003 15:34:37 -0000      1.15
  @@ -128,6 +128,8 @@
   l    l4
   l    p33l
   l    33l
  +p    b
  +i    pb
   
   # These are needed for parrotio.pmc
   i    IP
  
  
  

Reply via email to