Hi Stefan,

You are right (again).  A small question:

>  @= xrpc_bat
> -    [EMAIL PROTECTED] = BATnew(TYPE_void,ATOMindex("@2"),1024);
> -    assert([EMAIL PROTECTED]);
> -    BATseqbase([EMAIL PROTECTED], 1);
> -    BBPrename([EMAIL PROTECTED]>batCacheid, "[EMAIL PROTECTED]");
> +    xrpc_bat = BATnew(TYPE_void,ATOMindex("@2"),1024);
> +    assert(xrpc_bat);
> +    BATseqbase(xrpc_bat, 1);
> +    BBPrename(xrpc_bat->batCacheid, "[EMAIL PROTECTED]");
>  @c
>  
>  bat* xrpc_prelude(void) {
> +    BAT *xrpc_bat = NULL; 
>      @:xrpc_bat(qids,str)@
>      @:xrpc_bat(statuses,str)@
>      @:xrpc_bat(timeouts,lng)@
> @@ -886,7 +883,9 @@
>      @:xrpc_bat(wsbats,bat)@
>  
>      @:xrpc_bat(trusted,str)@
> +    xrpc_trusted = xrpc_bat;
>      @:xrpc_bat(admin,str)@
> +    xrpc_admin = xrpc_bat;


Is there a particular reason to change this macro?

Jennie

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to