cvsuser     02/11/25 17:36:36

  Modified:    .        build_nativecall.pl call_list.txt
  Log:
  Best die if we're called with a signature we don't know
  
  Revision  Changes    Path
  1.3       +2 -2      parrot/build_nativecall.pl
  
  Index: build_nativecall.pl
  ===================================================================
  RCS file: /cvs/public/parrot/build_nativecall.pl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- build_nativecall.pl       26 Nov 2002 01:16:31 -0000      1.2
  +++ build_nativecall.pl       26 Nov 2002 01:36:36 -0000      1.3
  @@ -65,7 +65,7 @@
   /* nci.c
    *  Copyright: 2001, 2002 Yet Another Society
    *  CVS Info
  - *     $Id: build_nativecall.pl,v 1.2 2002/11/26 01:16:31 dan Exp $
  + *     $Id: build_nativecall.pl,v 1.3 2002/11/26 01:36:36 dan Exp $
    *  Overview:
    *     Native Call Interface routines. The code needed to build a
    *     parrot to C call frame is in here
  @@ -145,7 +145,7 @@
        "here there be hacks" */
     if (0 == string_length(signature)) return pcf_v_v;
   $icky_global_bit
  -
  +    PANIC("Unknown signature type");
     return NULL;
   #endif
   }
  
  
  
  1.4       +3 -0      parrot/call_list.txt
  
  Index: call_list.txt
  ===================================================================
  RCS file: /cvs/public/parrot/call_list.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- call_list.txt     26 Nov 2002 01:24:46 -0000      1.3
  +++ call_list.txt     26 Nov 2002 01:36:36 -0000      1.4
  @@ -14,3 +14,6 @@
   c    v
   d    v
   p    v
  +v    piiii
  +i    pppp
  +i    ppi
  
  
  


Reply via email to