cvsuser     03/07/20 01:40:28

  Modified:    .        dotgnu.ops
  Log:
  remove warning
  
  Revision  Changes    Path
  1.5       +1 -1      parrot/dotgnu.ops
  
  Index: dotgnu.ops
  ===================================================================
  RCS file: /cvs/public/parrot/dotgnu.ops,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -r1.4 -r1.5
  --- dotgnu.ops        16 Jun 2003 14:02:21 -0000      1.4
  +++ dotgnu.ops        20 Jul 2003 08:40:27 -0000      1.5
  @@ -110,7 +110,7 @@
   }
   
   inline op conv_i8(in PMC, in NUM) {
  -  $1->vtable->set_integer_native(interpreter, $1,$2);
  +  $1->vtable->set_integer_native(interpreter, $1, (INTVAL)$2);
     goto NEXT();
   }
   
  
  
  

Reply via email to