On Wed, Nov 26, 2008 at 08:21:17PM +0000, Martin Kersten wrote: > Update of /cvsroot/monetdb/MonetDB5/src/mal > In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13401 > > Modified Files: > mal_instruction.mx > Log Message: > An experiment for the nightly tests to address e.g. Darwin color test. > Should be handled correctly by GDK. > > > U mal_instruction.mx > Index: mal_instruction.mx > =================================================================== > RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_instruction.mx,v > retrieving revision 1.372 > retrieving revision 1.373 > diff -u -d -r1.372 -r1.373 > --- mal_instruction.mx 23 Nov 2008 15:48:14 -0000 1.372 > +++ mal_instruction.mx 26 Nov 2008 20:21:14 -0000 1.373 > @@ -1,4 +1,4 @@ > -@' The contents of this file are subject to the MonetDB Public License > +' The contents of this file are subject to the MonetDB Public License ^^ Was this (also) intended?
Stefan > @' Version 1.1 (the "License"); you may not use this file except in > @' compliance with the License. You may obtain a copy of the License at > @' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html > @@ -1715,7 +1715,6 @@ > if( vr->vtype == type) > return 0; > if( vr->vtype == TYPE_str){ > -#ifdef STRUCT_ALIGNED > int ll = 0; > ptr d = NULL; > > @@ -1734,6 +1733,8 @@ > VALset(vr, type, d); > if (ATOMextern(type) == 0) > GDKfree(d); > +#ifdef STRUCT_ALIGNED > + /* experiment against alternative 32 bit platforms */ > #else > showException(SYNTAX, "convertConstant", "missing > implementation"); > #endif > > > ------------------------------------------------------------------------- > 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-checkins mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/monetdb-checkins > > > -- | Dr. Stefan Manegold | mailto:[EMAIL PROTECTED] | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 | ------------------------------------------------------------------------- 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
