cvsuser     05/03/15 12:05:43

  Modified:    src      call_list.txt
  Log:
  Added NCI signature 'vpbip', which is used in Syck.imc.
  
  Revision  Changes    Path
  1.57      +9 -7      parrot/src/call_list.txt
  
  Index: call_list.txt
  ===================================================================
  RCS file: /cvs/public/parrot/src/call_list.txt,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- call_list.txt     19 Feb 2005 10:57:29 -0000      1.56
  +++ call_list.txt     15 Mar 2005 20:05:43 -0000      1.57
  @@ -1,7 +1,9 @@
   # Copyright: 2002-2005 The Perl Foundation.  All Rights Reserved.
  -# $Id: call_list.txt,v 1.56 2005/02/19 10:57:29 bernhard Exp $
  +# $Id: call_list.txt,v 1.57 2005/03/15 20:05:43 bernhard Exp $
   
  -# Function signature declarations for NCI
  +# Function signature declarations for Parrot Native Call Interface.
  +# The first alphanumeric is the type of the return value,
  +# the other alphanumerics denote the input parameter types.
   
   # Types
   
  @@ -54,7 +56,6 @@
   # Y - sub PMC to call back into
   # Z - Single PMC parameter to pass into sub Y
   
  -#Return params
   c                # t/pmc/nci.t
   c    p
   c    pi
  @@ -71,7 +72,7 @@
   f    v
   
   i
  -i       b        # t/pmc/nci.t
  +i    b        # t/pmc/nci.t
   i    d
   i    i
   i    ii
  @@ -195,6 +196,7 @@
   v    illllllll
   v    l
   v    p
  +v    pbip     # for libsyck
   v    pi
   v    piiii
   v    pl
  @@ -265,9 +267,9 @@
   i    IPP
   
   #required for mod_parrot
  -i   tp
  -v   tiiiptt
  -i   Pip
  +i    tp
  +v    tiiiptt
  +i    Pip
   
   # PyBuiltins
   P    IOPP
  
  
  

Reply via email to