cvsuser     04/11/24 08:17:26

  Modified:    lib/Parrot Pmc2c.pm
               src      call_list.txt
  Log:
  fix FLOATVAL method signature
  
  Revision  Changes    Path
  1.59      +3 -3      parrot/lib/Parrot/Pmc2c.pm
  
  Index: Pmc2c.pm
  ===================================================================
  RCS file: /cvs/public/parrot/lib/Parrot/Pmc2c.pm,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- Pmc2c.pm  23 Nov 2004 19:01:47 -0000      1.58
  +++ Pmc2c.pm  24 Nov 2004 16:17:22 -0000      1.59
  @@ -1,5 +1,5 @@
   # Copyright: 2004 The Perl Foundation.  All Rights Reserved.
  -# $Id: Pmc2c.pm,v 1.58 2004/11/23 19:01:47 rubys Exp $
  +# $Id: Pmc2c.pm,v 1.59 2004/11/24 16:17:22 leo Exp $
   
   =head1 NAME
   
  @@ -247,7 +247,7 @@
   =item C<line_directive($self,$line,$file)>
   
   Generates the C pre processor string for a #line directive, or an empty 
string
  -if C<$self->{opt}{nolines}> is true. 
  +if C<$self->{opt}{nolines}> is true.
   
   =cut
   
  @@ -443,7 +443,7 @@
     "int"      => "i",
     "INTVAL"   => "i",
     "float"    => "f",
  -  "FLOATVAL" => "f",
  +  "FLOATVAL" => "d",
     "double"   => "d",
     "STRING*"  => "t",
     "char*"    => "t",
  
  
  
  1.48      +2 -0      parrot/src/call_list.txt
  
  Index: call_list.txt
  ===================================================================
  RCS file: /cvs/public/parrot/src/call_list.txt,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- call_list.txt     23 Nov 2004 19:34:25 -0000      1.47
  +++ call_list.txt     24 Nov 2004 16:17:26 -0000      1.48
  @@ -251,3 +251,5 @@
   P    IOPP
   P    IOPPP
   
  +# Parrot builtins
  +d    IOd
  
  
  

Reply via email to