chromatic wrote:
On Saturday 20 February 2010 at 04:17, bacek  wrote:

Log:
Fix compiler warning
--- 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';

Don't we have a #define for that function signature?  That'd be clearer.

Definitely. But it's out of scope of this branch.

--
Bacek
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to