[svn:parrot] r44230 - branches/sys_mem_reduce/lib/Parrot/Ops2c

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Feb 20 12:17:53 UTC 2010


Author: bacek
Date: Sat Feb 20 12:17:52 2010
New Revision: 44230
URL: https://trac.parrot.org/parrot/changeset/44230

Log:
Fix compiler warning

Modified:
   branches/sys_mem_reduce/lib/Parrot/Ops2c/Utils.pm

Modified: branches/sys_mem_reduce/lib/Parrot/Ops2c/Utils.pm
==============================================================================
--- branches/sys_mem_reduce/lib/Parrot/Ops2c/Utils.pm	Sat Feb 20 12:17:31 2010	(r44229)
+++ branches/sys_mem_reduce/lib/Parrot/Ops2c/Utils.pm	Sat Feb 20 12:17:52 2010	(r44230)
@@ -197,7 +197,7 @@
 
     my ( $op_info, $op_func, $getop );
     $op_info = $op_func = 'NULL';
-    $getop = '( int (*)(const char *, int) )NULL';
+    $getop = '( int (*)(PARROT_INTERP, const char *, int) )NULL';
 
     if ($self->{suffix} eq '') {
         $op_func = $self->{bs} . "op_func_table";


More information about the parrot-commits mailing list