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

chromatic chromatic at wgz.org
Sat Feb 20 18:48:57 UTC 2010


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.

-- c


More information about the parrot-dev mailing list